CarouselPanel.LineDown Method

Definition

Scrolls content by one line towards the bottom.

public:
 virtual void LineDown() = LineDown;
void LineDown();
public void LineDown();
function lineDown()
Public Sub LineDown ()

Remarks

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

Applies to