This question is locked. New answers and comments are not allowed.
I have a problem with a GridView which uses ColumnHeaders and frozen columns.
If FrozenColumnCount property is set and the GridView is scrolled horizontal. The assignment between Columns and ColumnHeaders will be lost.
When you scroll right the Columns will scroll a step and the ColumnHeader will scroll the same step + a offset. So on you scroll, the distance between Column and the assigned ColumnHeader become greater.
if the FrozenColumnCount property is not set their are no problems.
If FrozenColumnCount property is set and the GridView is scrolled horizontal. The assignment between Columns and ColumnHeaders will be lost.
When you scroll right the Columns will scroll a step and the ColumnHeader will scroll the same step + a offset. So on you scroll, the distance between Column and the assigned ColumnHeader become greater.
if the FrozenColumnCount property is not set their are no problems.