C# Class Yuhan.WPF.Controls.BindableScrollBar

An extended scrollbar that can be bound to an external scrollviewer.
Inheritance: System.Windows.Controls.Primitives.ScrollBar
Datei anzeigen Open project: hansuky/Yuhan Class Usage Examples

Public Properties

Property Type Description
BoundScrollViewerProperty System.Windows.DependencyProperty

Public Methods

Method Description
BindableScrollBar ( ) : System

Initializes a new instance of the BindableScrollBar class.

BindableScrollBar ( ScrollViewer scrollViewer, Orientation o ) : System

Initializes a new instance of the BindableScrollBar class.

Private Methods

Method Description
BoundScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void
OnBoundScrollViewerPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnScroll ( object sender, ScrollEventArgs e ) : void
UpdateBindings ( ) : void

Method Details

BindableScrollBar() public method

Initializes a new instance of the BindableScrollBar class.
public BindableScrollBar ( ) : System
return System

BindableScrollBar() public method

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.
return System

Property Details

BoundScrollViewerProperty public_oe static_oe property

public static DependencyProperty,System.Windows BoundScrollViewerProperty
return System.Windows.DependencyProperty