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