StackPanel::ScrollOwner Property
.NET Framework (current version)
Gets or sets a value that identifies the container that controls scrolling behavior in this StackPanel.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ScrollViewer^ ScrollOwner { virtual ScrollViewer^ get() sealed; virtual void set(ScrollViewer^ value) sealed; }
Property Value
Type: System.Windows.Controls::ScrollViewer^The ScrollViewer that owns scrolling for this StackPanel. This property has no default value.
Implements
IScrollInfo::ScrollOwnerIf a ScrollViewer control is the ScrollOwner, physical scrolling is enabled. If a StackPanel is the ScrollOwner, scrolling is logical by child element.
.NET Framework
Available since 3.0
Available since 3.0
Show: