共用方式為


StackPanel.PageRight 方法

定義

將內容依邏輯向右捲動一頁。

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

實作

備註

如果您需要實體捲動而非邏輯捲動,請將 包裝 StackPanel 在 中 ScrollViewer ,並將其 CanContentScroll 屬性設定為 false

適用於