ItemsView.ScrollView Property

Definition

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.

Applies to