C# Класс Yuhan.WPF.Controls.BindableScrollBar

An extended scrollbar that can be bound to an external scrollviewer.
Наследование: System.Windows.Controls.Primitives.ScrollBar
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
BoundScrollViewerProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
BindableScrollBar ( ) : System

Initializes a new instance of the BindableScrollBar class.

BindableScrollBar ( ScrollViewer scrollViewer, Orientation o ) : System

Initializes a new instance of the BindableScrollBar class.

Приватные методы

Метод Описание
BoundScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void
OnBoundScrollViewerPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnScroll ( object sender, ScrollEventArgs e ) : void
UpdateBindings ( ) : void

Описание методов

BindableScrollBar() публичный Метод

Initializes a new instance of the BindableScrollBar class.
public BindableScrollBar ( ) : System
Результат System

BindableScrollBar() публичный Метод

Initializes a new instance of the BindableScrollBar class.
public BindableScrollBar ( ScrollViewer scrollViewer, Orientation o ) : System
scrollViewer System.Windows.Controls.ScrollViewer The scroll viewer.
o Orientation The o.
Результат System

Описание свойств

BoundScrollViewerProperty публичное статическое свойство

public static DependencyProperty,System.Windows BoundScrollViewerProperty
Результат System.Windows.DependencyProperty