C# Class Kinect.Semaphore.Utils.ListViewItemBehaviour

ListBoxItem Behavior class
Mostrar archivo Open project: atosorigin/Kinect

Public Properties

Property Type Description
IsBroughtIntoViewWhenSelectedProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.ListViewItem listViewItem ) : bool

Gets the IsBroughtIntoViewWhenSelected value

SetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.ListViewItem listViewItem, bool value ) : void

Sets the IsBroughtIntoViewWhenSelected value

Private Methods

Method Description
OnIsBroughtIntoViewWhenSelectedChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Action to take when item is brought into view

OnListBoxItemSelected ( object sender, RoutedEventArgs e ) : void

Method Details

GetIsBroughtIntoViewWhenSelected() public static method

Gets the IsBroughtIntoViewWhenSelected value
public static GetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.ListViewItem listViewItem ) : bool
listViewItem System.Windows.Controls.ListViewItem
return bool

SetIsBroughtIntoViewWhenSelected() public static method

Sets the IsBroughtIntoViewWhenSelected value
public static SetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.ListViewItem listViewItem, bool value ) : void
listViewItem System.Windows.Controls.ListViewItem
value bool
return void

Property Details

IsBroughtIntoViewWhenSelectedProperty public_oe static_oe property

Determines if the ListViewItem is bought into view when enabled
public static DependencyProperty,System.Windows IsBroughtIntoViewWhenSelectedProperty
return System.Windows.DependencyProperty