CarouselPanel.PageDown Method

Definition

Scrolls content by one page towards the bottom.

public:
 virtual void PageDown() = PageDown;
void PageDown();
public void PageDown();
function pageDown()
Public Sub PageDown ()

Remarks

This implementation calls SetVerticalOffset using a value for "page" that is same as the ViewportHeight.

Applies to