C# Класс Krempel.WP7.Core.Controls.ReorderListBoxItem

Наследование: System.Windows.Controls.ListBoxItem
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DragHandleTemplateProperty System.Windows.DependencyProperty
DropIndicatorHeightProperty System.Windows.DependencyProperty
IsReorderEnabledProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
GetVisualStateGroup ( FrameworkElement element, string groupName ) : System.Windows.VisualStateGroup

Gets a named VisualStateGroup for a framework element.

UpdateDropIndicatorAnimationHeight ( double height, Timeline animation ) : void

Helper for the UpdateDropIndicatorAnimationHeight method.

Описание методов

OnApplyTemplate() публичный Метод

Applies the control template, checks for required template parts, and initializes visual states.
public OnApplyTemplate ( ) : void
Результат void

OnDropIndicatorHeightChanged() защищенный Метод

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.
protected OnDropIndicatorHeightChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

OnIsReorderEnabledChanged() защищенный Метод

protected OnIsReorderEnabledChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

ReorderListBoxItem() публичный Метод

Creates a new ReorderListBoxItem and sets the default style key. The style key is used to locate the control template in Generic.xaml.
public ReorderListBoxItem ( ) : System
Результат System

Описание свойств

DragHandleTemplateProperty публичное статическое свойство

public static DependencyProperty,System.Windows DragHandleTemplateProperty
Результат System.Windows.DependencyProperty

DropIndicatorHeightProperty публичное статическое свойство

public static DependencyProperty,System.Windows DropIndicatorHeightProperty
Результат System.Windows.DependencyProperty

IsReorderEnabledProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsReorderEnabledProperty
Результат System.Windows.DependencyProperty