Gets or sets a value, which indicates the number of cells to scroll when autoscrolling to the left.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public int LeftAutoScrollOffsetValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LeftAutoScrollOffsetValue As Integer |
An integer specifying the number of cells to scroll.
See Also