StackPanel.PageDown Method

Definition

Scrolls content logically downward by one page.

public:
 virtual void PageDown();
public void PageDown ();
abstract member PageDown : unit -> unit
override this.PageDown : unit -> unit
Public Sub PageDown ()

Implements

Remarks

If you require physical scrolling instead of logical scrolling, wrap the StackPanel in a ScrollViewer and set its CanContentScroll property to false.

Applies to