Hello!
I have in a windows form, two datagrids. The first datagrid has one row and is positioned on the top of the second datagrid and serves as rowheader for the second one. The scroll bar of the first is not visible and the grid is supposed to scroll when the user scrolls the second datagrid. But I just don't know how to raise the scroll event for the first datagrid in that time.
I overrided the GridHScrolled() method in my class (I have made a DataGridCl that inherits from the DataGrid class), because I thought it might help me, but I didn't find a way how to do it.
Any help would be very appreciated!
Thanks
Country of eagles
I have in a windows form, two datagrids. The first datagrid has one row and is positioned on the top of the second datagrid and serves as rowheader for the second one. The scroll bar of the first is not visible and the grid is supposed to scroll when the user scrolls the second datagrid. But I just don't know how to raise the scroll event for the first datagrid in that time.
I overrided the GridHScrolled() method in my class (I have made a DataGridCl that inherits from the DataGrid class), because I thought it might help me, but I didn't find a way how to do it.
Any help would be very appreciated!
Thanks
Country of eagles