ScrollContentPresenter.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 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
The ScrollViewer element that controls scrolling behavior.
Remarks
This property is not intended to be set in XAML.