ItemsView.ScrollView Property
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
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.
Product | Versions |
---|---|
Windows App SDK | 1.4, 1.5, 1.6 |