edmond girardi asked 2017-09-11 01:00:45 UTC
When I freeze the first column of my Datagrid with the following code:
this.dgv_List.Columns["Actions"].AllowHtml = true;
this.dgv_List.Columns["Actions"].DisplayIndex = 0; // Move new Column to front of list
this.dgv_List.Columns["Actions"].Frozen = true;
The Horizontal Scrollbar renders to the right of the frozen column - leaving a partial row of data to be visible.
See attached screenshot.
edmond girardi asked 2017-09-11 01:00:45 UTC
When I freeze the first column of my Datagrid with the following code:
this.dgv_List.Columns["Actions"].AllowHtml = true;
this.dgv_List.Columns["Actions"].DisplayIndex = 0; // Move new Column to front of list
this.dgv_List.Columns["Actions"].Frozen = true;
The Horizontal Scrollbar renders to the right of the frozen column - leaving a partial row of data to be visible.
See attached screenshot.