Scroll bar at bottom of DataGrid View leaves partial data row visible

0
0

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.

 

  • You must to post comments
0
0

Thanks Edmond.

I could reproduce and logged issue # WJ-8427 for it.
We´ll inform you when a fix is available.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.