C1.WPF.DataGrid Namespace : DataGridViewport Class |
The following tables list the members exposed by DataGridViewport.
Name | Description | |
---|---|---|
![]() | CellsRange | Gets the range of cells currently visible. |
![]() | Columns | Gets the collection of columns which are currently in the viewport. |
![]() | ExtentSize | Gets the size of the content would take up. This size is estimated and could change as the scroll changes. |
![]() | FirstVisibleColumn | Gets the left most visible column. |
![]() | FirstVisibleRow | Gets the top most visible row. |
![]() | HorizontalOffset | Gets a value that contains the horizontal offset of the scrolled content. |
![]() | LastVisibleColumn | Gets the right most visible column. |
![]() | LastVisibleRow | Gets the bottom most visible row. |
![]() | Rows | Gets the collection of rows which are currently in the viewport. |
![]() | Size | Gets the size of the viewport. |
![]() | VerticalOffset | Gets a value that contains the vertical offset of the scrolled content. |
Name | Description | |
---|---|---|
![]() | ScrollToHorizontalOffset | Scrolls the content of the data grid to the specified horizontal offset position. |
![]() | ScrollToVerticalOffset | Scrolls the content of the data grid to the specified vertical offset position. |