AnnotatedScrollBar.ScrollController Property

Definition

Gets an interface that exposes IScrollController members.

C#
public IScrollController ScrollController { get; }

Property Value

An interface that exposes IScrollController members.

Examples

This example shows how to connect an AnnotatedScrollBar to the VerticalScrollController property of an ItemsView.

XAML
<Grid ColumnDefinitions="*,Auto">
    <ItemsView VerticalScrollController="{x:Bind annotatedScrollBar.ScrollController}"/>
    <AnnotatedScrollBar x:Name="annotatedScrollBar" Grid.Column="1"/>
</Grid>

Remarks

Use this property to connect the AnnotatedScrollBar to properties of type IScrollController, as shown in the example section.

Applies to

Produk Versi
Windows App SDK 1.4, 1.5, 1.6