Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to


Feedback

Was this page helpful?