OrientedVirtualizingPanel.LineRight Method

Definition

Scrolls content by one line toward the right.

public:
 virtual void LineRight() = LineRight;
void LineRight();
public void LineRight();
function lineRight()
Public Sub LineRight ()

Remarks

This implementation calls SetHorizontalOffset using a value for "line" of 16 pixels, which comes from a default ScrollViewer.

Applies to