Свойство | Type | Description | |
---|---|---|---|
IsHorizontalScrollingEnabledProperty | DependencyProperty |
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
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. |
Résultat | 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. |
Résultat | void |