c# resizing controls in splitcontainer -
i have splitcontainer 2 panels. in first panel treeview , datagridview in other.
when move splitter, able see more of treeview, datagridview gets 'pushed' out of wind
you need set dock property of control in each pane full.
if have multiple controls in pane, you'll need set dock or anchor properties achieve behavior want.
Comments
Post a Comment