mariusdc2000
Programmer
In C#, I have a DataGrid with horizontal scrollbar. Under this a have a panel with automatic h.scrollbar. I need to coordinate both scrollbars one with another. (when I navigate on datagrid and the hscrollbar moves I need the hscrollbar of the panel to move in the same direction and with the same value; when I navigate on panel and the hscrollbar moves I need the hscrollbar of the grid to move in the same direction and with the same value) .