Share via


ItemsView.VerticalScrollController Property

Definition

Gets or sets a custom scroll controller for the vertical scrolling direction.

public:
 property IScrollController ^ VerticalScrollController { IScrollController ^ get(); void set(IScrollController ^ value); };
IScrollController VerticalScrollController();

void VerticalScrollController(IScrollController value);
public IScrollController VerticalScrollController { get; set; }
var iScrollController = itemsView.verticalScrollController;
itemsView.verticalScrollController = iScrollController;
Public Property VerticalScrollController As IScrollController

Property Value

The ScrollPresenter.VerticalScrollController value of the inner ScrollView, after the ItemsView control template is loaded. The default is null.

Remarks

When the default template for ScrollView is used, this is the IScrollController implementation of the default built-in vertical scrollbar.

Applies to