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

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -