C# Класс System.Windows.Controls.Extensions.ScrollViewer

Represents a set of attached properties for scroll viewers.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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