SetHorizontalScrollPercent Method (SLDataGrid)
Class
SLDataGrid
.
Action
Sets the horizontal scroll position as a percentage of the total content area within the data grid.
Syntax
C#
dataGrid
.
SetHorizontalScrollPercent
(
percent
)
VB
dataGrid
.
SetHorizontalScrollPercent
(
percent
)
Variable
Description
percent
The percentage of the total horizontal content area.
Double
.