C# 클래스 System.Windows.Controls.Extensions.ScrollViewer

Represents a set of attached properties for scroll viewers.
파일 보기 프로젝트 열기: lecode-official/mvvm-framework

공개 프로퍼티들

프로퍼티 타입 설명
IsHorizontalScrollingEnabledProperty DependencyProperty

공개 메소드들

메소드 설명
GetIsHorizontalScrollingEnabled ( DependencyObject scrollViewer ) : bool

Gets the value of the IsHorizontalScrollingEnabledProperty attached property.

SetIsHorizontalScrollingEnabled ( DependencyObject scrollViewer, bool value ) : void

Sets the value of the IsHorizontalScrollingEnabledProperty attached property.

비공개 메소드들

메소드 설명
OnScrollViewerPreviewMouseWheel ( object sender, System e ) : void

Is called when the mouse wheel is used.

메소드 상세

GetIsHorizontalScrollingEnabled() 공개 정적인 메소드

Gets the value of the IsHorizontalScrollingEnabledProperty attached property.
public static GetIsHorizontalScrollingEnabled ( DependencyObject scrollViewer ) : bool
scrollViewer DependencyObject The scroll viewer which is used to get the value.
리턴 bool

SetIsHorizontalScrollingEnabled() 공개 정적인 메소드

Sets the value of the IsHorizontalScrollingEnabledProperty attached property.
public static SetIsHorizontalScrollingEnabled ( DependencyObject scrollViewer, bool value ) : void
scrollViewer DependencyObject The scroll viewer which is used to set the value.
value bool The value that is to be set.
리턴 void

프로퍼티 상세

IsHorizontalScrollingEnabledProperty 공개적으로 정적으로 프로퍼티

Contains the dependency property that is an indicator for horizontal mouse wheel scrolling.
public static DependencyProperty IsHorizontalScrollingEnabledProperty
리턴 DependencyProperty