Skip to content

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

Description

@itg-assistant

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is broken or behaving unexpectedly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions