C# Class DemosBrowser.Behaviors.AutoScrollListView

Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: VahidN/PdfReport

Public Properties

Property Type Description
AutoScrollProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAutoScroll ( DependencyObject dp ) : bool
OnAutoScrollChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetAutoScroll ( DependencyObject dp, bool value ) : void

Method Details

GetAutoScroll() public static method

public static GetAutoScroll ( DependencyObject dp ) : bool
dp System.Windows.DependencyObject
return bool

OnAutoScrollChanged() public static method

public static OnAutoScrollChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
s System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetAutoScroll() public static method

public static SetAutoScroll ( DependencyObject dp, bool value ) : void
dp System.Windows.DependencyObject
value bool
return void

Property Details

AutoScrollProperty public_oe static_oe property

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