프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public static GetIsHorizontalScrollingEnabled ( DependencyObject scrollViewer ) : bool | ||
scrollViewer | DependencyObject | The scroll viewer which is used to get the value. |
리턴 | bool |
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 |