IScrollInfo.ScrollOwner implementation.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public ScrollViewer ScrollOwner { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollOwner As ScrollViewer |
A ScrollViewer element that controls scrolling behavior.
See Also