C# Class FirstFloor.ModernUI.Windows.Controls.BetterScrollBar

Inheritance: System.Windows.Controls.Primitives.ScrollBar
ファイルを表示 Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
MinThumbLengthProperty System.Windows.DependencyProperty

Public Methods

Method Description
BetterScrollBar ( ) : System.Windows

Protected Methods

Method Description
OnMaximumChanged ( double oldMaximum, double newMaximum ) : void
OnMinimumChanged ( double oldMinimum, double newMinimum ) : void

Private Methods

Method Description
OnMinThumbLengthChanged ( ) : void
OnMinThumbLengthPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnTrackSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
SubscribeTrack ( ) : void
UpdateViewPort ( ) : void

Method Details

BetterScrollBar() public method

public BetterScrollBar ( ) : System.Windows
return System.Windows

OnMaximumChanged() protected method

protected OnMaximumChanged ( double oldMaximum, double newMaximum ) : void
oldMaximum double
newMaximum double
return void

OnMinimumChanged() protected method

protected OnMinimumChanged ( double oldMinimum, double newMinimum ) : void
oldMinimum double
newMinimum double
return void

Property Details

MinThumbLengthProperty public_oe static_oe property

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