ScrollContentPresenter.ScrollOwner Property

Definition

Gets or sets the ScrollViewer element that controls scrolling behavior.

public:
 property Platform::Object ^ ScrollOwner { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ScrollOwner();

void ScrollOwner(IInspectable value);
public object ScrollOwner { get; set; }
var object = scrollContentPresenter.scrollOwner;
scrollContentPresenter.scrollOwner = object;
Public Property ScrollOwner As Object

Property Value

Object

Platform::Object

IInspectable

The ScrollViewer element that controls scrolling behavior.

Remarks

This property is not intended to be set in XAML.

Applies to