다음을 통해 공유


ScrollBar.LineUpCommand 필드

정의

Track값을 줄이는 세로 방향으로 소량씩 ScrollBar 스크롤하는 명령입니다.

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

필드 값

예제

다음 예제에서는 사용자 지정 ScrollBar 스타일 템플릿에서 LineUpCommand 지정하는 방법을 보여줍니다.

<RepeatButton Grid.Row="0" 
              Style="{DynamicResource Scrollbar_LineButton}" 
              Command="ScrollBar.LineUpCommand" Content=" ^" />

설명

이 명령은 ScrollBarTrackValueSmallChange 속성 값으로 줄입니다.

이 명령은 사용자가 위쪽 화살표 키를 누를 때 발생합니다.

ScrollViewer 컨트롤의 일부로 ScrollBar 구현하면 ScrollViewer 이 명령을 실행합니다.

XAML 텍스트 사용

< 개체속성="ScrollBar.LineUpCommand"/>

적용 대상

추가 정보