The control works pretty good. But I have one problem:
I'm using the Microsoft DataGridView with databinding in the child forms (documents). Moving a form from one docking position to a other docking position results in loosing the current selection in the grid. With "current selection" i mean the selection of grid cells before moving the window.
I the grid is unbound (DataSource property not set) i works perfect, the selection isn't lost.
Any comments pls?