0
votes
0answers
68 views
VS: SplitContainer control. How to implement “snapping”?
I use Visual Studio (C#) 2008
I've got a SplitContainer - each of its two panels contains one datagridview.
The user can resize the panels by dragging the splitter up and down.
I'd like to implement …
