OrientedVirtualizingPanel.ScrollOwner Property

Definition

Gets or sets a reference to a ScrollViewer that is the scroll host or scroll owner for scrolling behavior of the OrientedVirtualizingPanel.

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 = orientedVirtualizingPanel.scrollOwner;
orientedVirtualizingPanel.scrollOwner = object;
Public Property ScrollOwner As Object

Property Value

Object

Platform::Object

IInspectable

The scroll host or scroll owner for scrolling behavior.

Applies to