Gets or sets the current autoscrolling state.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
protected bool IsAutoScrolling { get; set; } |
Visual Basic
Copy Code
|
|---|
Protected Property IsAutoScrolling As Boolean |
true if the control is currently auto-scrolling; otherwise, false.
See Also