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