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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -