ScrollView.ScrollPresenter 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 the loaded ScrollPresenter
control template part.
ScrollPresenter ScrollPresenter();
public ScrollPresenter ScrollPresenter { get; }
var scrollPresenter = scrollView.scrollPresenter;
Public ReadOnly Property ScrollPresenter As ScrollPresenter
Property Value
The ScrollPresenter
instance named PART_ScrollPresenter
found in the ScrollView
control template after it was loaded; or null
before the control template is loaded or when the part is missing.