Hello,
First I want to make sure is this a Winform project? I see you have post the question on WPF forum at first.
In winform, if you only set a control’s Anchor property to “Top� when resize the form’s width; we cannot make sure the control is always visible. When the form is not width enough, some control will be hided.
My suggestion is you can set Anchor property to “Top, Left�for left side controls and “Top, Right�for right side controls. That can make sure their horizontal location being changed according to the form’s width.
If you still have problem, please feel free to tell me. If you can upload the project to the skydrive, it can let us know it clearly.
Sincerely,
Kira Qian
Send us any feedback you have about the help from MSFT at fbmsdn@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the
All-In-One Code Framework!