Home › Forums › WinForms controls › Xceed Grid for WinForms › Headers dissapears when scrolling down in the grid
I have a grid with a header and when i scroll down in the list, the headers “moves up” with the data (it dissapears). How can avoid this.
The grid is bounded to a datasource and RowSelectorPane.Visible = false;
Imported from legacy forums. Posted by Javier (had 2397 views)
Hello,
If you add the row to the grid’s FixedHeaderRows collection rather than the HeaderRows collection, it will no longer scroll with the DataRows.
Imported from legacy forums. Posted by Jenny [Xceed] (had 263 views)
It works, thanks.
Imported from legacy forums. Posted by Javier (had 3419 views)