共用方式為


ScrollBar.PageRightCommand 欄位

定義

ScrollBar 卷動 ScrollBar 的命令,其 Track值遞增的水準方向。

public: static initonly System::Windows::Input::RoutedCommand ^ PageRightCommand;
public static readonly System.Windows.Input.RoutedCommand PageRightCommand;
 staticval mutable PageRightCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly PageRightCommand As RoutedCommand 

欄位值

範例

下列範例示範如何在自定義 ScrollBar 樣式範本中指定 PageRightCommand

<Style x:Key="ScrollBar_RightTrack" 
       BasedOn="{StaticResource ScrollBar_TrackRepeater}" 
       TargetType="{x:Type RepeatButton}">
  <Setter Property="Command" Value="ScrollBar.PageRightCommand" />
</Style>

備註

此命令會將 LargeChange 屬性的值增加 ScrollBarTrackValue

當使用者按下位於 Thumb右邊的頁面按鈕時,就會發生此命令。 下圖顯示 ScrollBar中的頁面按鈕。

ScrollBar 的不同部分

當您實作 ScrollBar 做為 ScrollViewer 控件的一部分時,ScrollViewer 會執行此命令。

XAML 文字使用方式

scrollBar.PageRightCommand物件屬性

適用於

另請參閱