C# Class Metrooz.Controls.ExpandableListView

Inheritance: System.Windows.Controls.ItemsControl
Exibir arquivo Open project: namoshika/Metrooz

Public Properties

Property Type Description
FullHeightProperty System.Windows.DependencyProperty
IsExpandedProperty System.Windows.DependencyProperty
MiniHeightProperty System.Windows.DependencyProperty
ScrollOffsetProperty System.Windows.DependencyProperty

Public Methods

Method Description
ExpandableListView ( ) : System
OnApplyTemplate ( ) : void

Protected Methods

Method Description
ArrangeOverride ( Size arrangeBounds ) : Size
MeasureOverride ( Size constraint ) : Size
OnItemsChanged ( System e ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size arrangeBounds ) : Size
arrangeBounds System.Windows.Size
return System.Windows.Size

ExpandableListView() public method

public ExpandableListView ( ) : System
return System

MeasureOverride() protected method

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
return System.Windows.Size

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnItemsChanged() protected method

protected OnItemsChanged ( System e ) : void
e System
return void

Property Details

FullHeightProperty public_oe static_oe property

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

IsExpandedProperty public_oe static_oe property

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

MiniHeightProperty public_oe static_oe property

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

ScrollOffsetProperty public_oe static_oe property

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