I have a form, tree view and a button. I set all sizes to be reasonably visible but when I run the C# app I find the form stretched out and part of it outside visibility !!. the treeview also enlarged and the button enlarged and change position !!
It is a windows forms app. I was testing third party components and it seems it is the problem because when I test using only components from Microsoft I did not get this behavior .
I set the size and position of the components during design time but at run time I see something else.