Creating user control with dock.Full property giving me a problem
- by Royson
Hi,
My application has several controls. Like in one screen has treeview on left side,gridview with paging in the middle and 4 buttons at right side. the controls are properly appears when the form is in maximize state. but if i minimize it the controls are not properly fits in the screen. i tried with different different tricks like table layout.. in dat i added panel...etc..
but i could not solve the problem.
How can i create such type of screens which fits independent of size of my window.
Thanks