OrientedVirtualizingPanel.ScrollOwner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The scroll host or scroll owner for scrolling behavior.