Gets or sets a value indicating whether auto-scrolling is enabled. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AllowAutoScroll { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowAutoScroll As Boolean |
true to allow autoscrolling while interacting with the elements in the overlay; otherwise, false.
See Also