ScrollContentPresenter.ScrollOwner Property

Definition

Gets or sets a ScrollViewer element that controls scrolling behavior.

public:
 property System::Windows::Controls::ScrollViewer ^ ScrollOwner { System::Windows::Controls::ScrollViewer ^ get(); void set(System::Windows::Controls::ScrollViewer ^ value); };
public System.Windows.Controls.ScrollViewer ScrollOwner { get; set; }
member this.ScrollOwner : System.Windows.Controls.ScrollViewer with get, set
Public Property ScrollOwner As ScrollViewer

Property Value

The ScrollViewer element that controls scrolling behavior. This property has no default value.

Implements

Applies to

See also