CarouselPanel.LineUp Method

Definition

Scrolls content by one line towards the top.

public:
 virtual void LineUp() = LineUp;
void LineUp();
public void LineUp();
function lineUp()
Public Sub LineUp ()

Remarks

This implementation calls SetVerticalOffset using a value for "line" of 16 pixels that comes from a default ScrollViewer.

Applies to