C# Class withSIX.Core.Presentation.Wpf.Behaviors.ListBoxExtenders

Inheritance: System.Windows.DependencyObject
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
AutoScrollToCurrentItemProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAutoScrollToCurrentItem ( DependencyObject obj ) : bool
OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void
OnAutoScrollToCurrentItemChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetAutoScrollToCurrentItem ( DependencyObject obj, bool value ) : void

Method Details

GetAutoScrollToCurrentItem() public static method

public static GetAutoScrollToCurrentItem ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

OnAutoScrollToCurrentItem() public static method

public static OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void
listBox System.Windows.Controls.ListBox
index int
return void

OnAutoScrollToCurrentItemChanged() public static method

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

SetAutoScrollToCurrentItem() public static method

public static SetAutoScrollToCurrentItem ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

AutoScrollToCurrentItemProperty public_oe static_oe property

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