Problem while set the window state to maximixed of the form
-
Hi All, I have a window form.If we change the window state of the form to the maximized then the controls under that windows form does not change their Location and the size.I want that at run time after maximizing the windows form the controls under that form should automatically change their Location and size. Please give me the solution,its urgent. Warm Regards, Lalit Narayan
-
Hi All, I have a window form.If we change the window state of the form to the maximized then the controls under that windows form does not change their Location and the size.I want that at run time after maximizing the windows form the controls under that form should automatically change their Location and size. Please give me the solution,its urgent. Warm Regards, Lalit Narayan
Hi, you can modify the Anchor and Dock properties of some controls, to get some standard behavior. or you can add code to the Resize event to define your own behavior. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.