CarouselPanel.PageRight Method

Definition

Scrolls content by one page towards the left.

public:
 virtual void PageRight() = PageRight;
void PageRight();
public void PageRight();
function pageRight()
Public Sub PageRight ()

Remarks

This implementation calls SetHorizontalOffset using a value for "page" that is same as the ViewportWidth.

Applies to