Property | Type | Description | |
---|---|---|---|
DragHandleTemplateProperty | |||
DropIndicatorHeightProperty | |||
IsReorderEnabledProperty |
Method | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
Applies the control template, checks for required template parts, and initializes visual states.
|
|
ReorderListBoxItem ( ) : System |
Creates a new ReorderListBoxItem and sets the default style key. The style key is used to locate the control template in Generic.xaml.
|
Method | Description | |
---|---|---|
OnDropIndicatorHeightChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Updates the drop-indicator height value for visual state and transition animations. This is a workaround for the inability of visual states and transitions to do template binding in Silverlight 3. In SL4, they could bind directly to the DropIndicatorHeight property instead. |
|
OnIsReorderEnabledChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Method | Description | |
---|---|---|
GetVisualStateGroup ( |
Gets a named VisualStateGroup for a framework element.
|
|
UpdateDropIndicatorAnimationHeight ( double height, |
Helper for the UpdateDropIndicatorAnimationHeight method.
|
protected OnDropIndicatorHeightChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnIsReorderEnabledChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
public static DependencyProperty,System.Windows DragHandleTemplateProperty | ||
return |
public static DependencyProperty,System.Windows DropIndicatorHeightProperty | ||
return |