Property | Type | Description | |
---|---|---|---|
ExpanderProperty | |||
ExpanderTemplateProperty | |||
HasItemsProperty | |||
IsExpandedProperty | |||
IsNonExpandableProperty | |||
NonExpandableHeaderProperty | |||
NonExpandableHeaderTemplateProperty |
Method | Description | |
---|---|---|
ExpanderView ( ) : System |
Initializes a new instance of the ExpanderView class.
|
|
OnApplyTemplate ( ) : void |
Gets the template parts and sets event handlers.
|
Method | Description | |
---|---|---|
OnCollapsed ( |
Raises a Collapsed event when the IsExpanded property changes from true to false.
|
|
OnExpanded ( |
Raises an Expanded event when the IsExpanded property changes from false to true.
|
|
OnExpanderChanged ( object oldExpander, object newExpander ) : void |
Called when the value of th Expander property changes.
|
|
OnExpanderTemplateChanged ( System.Windows.DataTemplate oldTemplate, System.Windows.DataTemplate newTemplate ) : void |
Called when the value of the ExpanderTemplate property changes.
|
|
OnItemsChanged ( |
Updates the HasItems property.
|
|
OnNonExpandableHeaderChanged ( object oldHeader, object newHeader ) : void |
Called when the value of the NonExpandableHeader property changes.
|
|
OnNonExpandableHeaderTemplateChanged ( System.Windows.DataTemplate oldTemplate, System.Windows.DataTemplate newTemplate ) : void |
Called when the value of the NonExpandableHeaderTemplate property changes.
|
Method | Description | |
---|---|---|
AnimateContainerDropDown ( ) : void |
Provides the feathered animation for items when the Expander View goes from collapsed to expanded.
|
|
OnExpanderPanelTap ( object sender, System e ) : void |
Toggles the IsExpanded property.
|
|
OnExpanderPropertyChanged ( |
ExpanderProperty changed handler.
|
|
OnExpanderTemplatePropertyChanged ( |
ExpanderTemplateProperty changed handler.
|
|
OnIsExpandedPropertyChanged ( |
IsExpandedProperty changed handler.
|
|
OnIsNonExpandablePropertyChanged ( |
IsNonExpandableProperty changed handler.
|
|
OnNonExpandableHeaderPropertyChanged ( |
NonExpandableHeaderProperty changed handler.
|
|
OnNonExpandableHeaderTemplatePropertyChanged ( |
NonExpandableHeaderTemplate changed handler.
|
|
OnPresenterSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void |
Recalculates size of canvas based on the size change for the presenter.
|
|
OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void |
Recalculates the size of the presenter to match its parent.
|
|
RaiseEvent ( RoutedEventHandler handler, |
Raises a routed event.
|
|
UpdateVisualState ( bool useTransitions ) : void |
Updates the visual state.
|
protected OnCollapsed ( |
||
e | The event information. | |
return | void |
protected OnExpanded ( |
||
e | The event information. | |
return | void |
protected OnExpanderChanged ( object oldExpander, object newExpander ) : void | ||
oldExpander | object | /// The old value of the Expander property. /// |
newExpander | object | /// The new value of the Expander property. /// |
return | void |
protected OnExpanderTemplateChanged ( System.Windows.DataTemplate oldTemplate, System.Windows.DataTemplate newTemplate ) : void | ||
oldTemplate | System.Windows.DataTemplate | /// The old value of the ExpanderTemplate property. /// |
newTemplate | System.Windows.DataTemplate | /// The new value of the ExpanderTemplate property. /// |
return | void |
protected OnItemsChanged ( |
||
e | The event information. | |
return | void |
protected OnNonExpandableHeaderChanged ( object oldHeader, object newHeader ) : void | ||
oldHeader | object | /// The old value of the NonExpandableHeader property. /// |
newHeader | object | /// The new value of the NonExpandableHeader property. /// |
return | void |
protected OnNonExpandableHeaderTemplateChanged ( System.Windows.DataTemplate oldTemplate, System.Windows.DataTemplate newTemplate ) : void | ||
oldTemplate | System.Windows.DataTemplate | /// The old value of the NonExpandableHeaderTemplate property. /// |
newTemplate | System.Windows.DataTemplate | /// The new value of the NonExpandableHeaderTemplate property. /// |
return | void |
public static DependencyProperty,System.Windows ExpanderProperty | ||
return |
public static DependencyProperty,System.Windows ExpanderTemplateProperty | ||
return |
public static DependencyProperty,System.Windows HasItemsProperty | ||
return |
public static DependencyProperty,System.Windows IsExpandedProperty | ||
return |
public static DependencyProperty,System.Windows IsNonExpandableProperty | ||
return |
public static DependencyProperty,System.Windows NonExpandableHeaderProperty | ||
return |