Свойство | Тип | Описание | |
---|---|---|---|
DragEasingProperty | |||
DragOpacityProperty | |||
DragScaleProperty | |||
ElementEasingProperty | |||
IsComposingProperty | |||
ItemHeightProperty | |||
ItemWidthProperty | |||
ItemsSourceProperty | |||
OrientationProperty | |||
fluidElements | List |
Метод | Описание | |
---|---|---|
FluidWrapPanel ( ) : System |
Ctor
|
Метод | Описание | |
---|---|---|
ArrangeOverride ( |
Override for the Arrange Layout Phase
|
|
MeasureOverride ( |
Override for the Measure Layout Phase
|
|
OnDragEasingChanged ( |
Provides derived classes an opportunity to handle changes to the DragEasing property.
|
|
OnDragOpacityChanged ( double oldDragOpacity, double newDragOpacity ) : void |
Provides derived classes an opportunity to handle changes to the DragOpacity property.
|
|
OnDragScaleChanged ( double oldDragScale, double newDragScale ) : void |
Provides derived classes an opportunity to handle changes to the DragScale property.
|
|
OnElementEasingChanged ( |
Provides derived classes an opportunity to handle changes to the ElementEasing property.
|
|
OnIsComposingChanged ( bool oldIsComposing, bool newIsComposing ) : void |
Provides derived classes an opportunity to handle changes to the IsComposing property.
|
|
OnItemHeightChanged ( double oldItemHeight, double newItemHeight ) : void |
Provides derived classes an opportunity to handle changes to the ItemHeight property.
|
|
OnItemWidthChanged ( double oldItemWidth, double newItemWidth ) : void |
Provides derived classes an opportunity to handle changes to the ItemWidth property.
|
|
OnItemsSourceChanged ( IEnumerable oldItemsSource, IEnumerable newItemsSource ) : void |
Provides derived classes an opportunity to handle changes to the ItemsSource property.
|
|
OnOrientationChanged ( Orientation oldOrientation, Orientation newOrientation ) : void |
Provides derived classes an opportunity to handle changes to the Orientation property.
|
Метод | Описание | |
---|---|---|
AddChildToFluidElements ( |
Adds the child to the fluidElements collection and initializes its RenderTransform.
|
|
BeginFluidDrag ( |
Handler for the event when the user starts dragging the dragElement.
|
|
ClearItemsSource ( ) : void |
Removes all the children from the FluidWrapPanel
|
|
CoerceDragOpacity ( |
Coerces the FluidDrag Opacity to an acceptable value
|
|
EndFluidDrag ( |
Handler for the event when the user stops dragging the dragElement and releases it.
|
|
FluidDrag ( |
Handler for the event when the user drags the dragElement.
|
|
InitializeArrange ( ) : void |
Intializes the arrangement of the children
|
|
OnDragEasingChanged ( |
Handles changes to the DragEasing property.
|
|
OnDragOpacityChanged ( |
Handles changes to the DragOpacity property.
|
|
OnDragScaleChanged ( |
Handles changes to the DragScale property.
|
|
OnElementEasingChanged ( |
Handles changes to the ElementEasing property.
|
|
OnIsComposingChanged ( |
Handles changes to the IsComposing property.
|
|
OnItemHeightChanged ( |
Handles changes to the ItemHeight property.
|
|
OnItemWidthChanged ( |
Handles changes to the ItemWidth property.
|
|
OnItemsSourceChanged ( |
Handles changes to the ItemsSource property.
|
|
OnOrientationChanged ( |
Handles changes to the Orientation property.
|
|
UpdateDragElementIndex ( int newIndex ) : bool |
Moves the dragElement to the new Index
|
|
UpdateFluidLayout ( bool showEasing = true ) : void |
Iterates through all the fluid elements and animate their movement to their new location.
|
protected ArrangeOverride ( |
||
finalSize | Available size provided by the FluidWrapPanel | |
Результат |
protected MeasureOverride ( |
||
availableSize | Available Size | |
Результат |
protected OnDragEasingChanged ( |
||
oldDragEasing | Old Value | |
newDragEasing | New Value | |
Результат | void |
protected OnDragOpacityChanged ( double oldDragOpacity, double newDragOpacity ) : void | ||
oldDragOpacity | double | Old Value |
newDragOpacity | double | New Value |
Результат | void |
protected OnDragScaleChanged ( double oldDragScale, double newDragScale ) : void | ||
oldDragScale | double | Old Value |
newDragScale | double | New Value |
Результат | void |
protected OnElementEasingChanged ( |
||
oldElementEasing | Old Value | |
newElementEasing | New Value | |
Результат | void |
protected OnIsComposingChanged ( bool oldIsComposing, bool newIsComposing ) : void | ||
oldIsComposing | bool | Old Value |
newIsComposing | bool | New Value |
Результат | void |
protected OnItemHeightChanged ( double oldItemHeight, double newItemHeight ) : void | ||
oldItemHeight | double | Old Value |
newItemHeight | double | New Value |
Результат | void |
protected OnItemWidthChanged ( double oldItemWidth, double newItemWidth ) : void | ||
oldItemWidth | double | Old Value |
newItemWidth | double | New Value |
Результат | void |
protected OnItemsSourceChanged ( IEnumerable oldItemsSource, IEnumerable newItemsSource ) : void | ||
oldItemsSource | IEnumerable | Old Value |
newItemsSource | IEnumerable | New Value |
Результат | void |
protected OnOrientationChanged ( Orientation oldOrientation, Orientation newOrientation ) : void | ||
oldOrientation | Orientation | Old Value |
newOrientation | Orientation | New Value |
Результат | void |
public static DependencyProperty,Windows.UI.Xaml DragEasingProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml DragOpacityProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml DragScaleProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml ElementEasingProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml IsComposingProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml ItemHeightProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml ItemWidthProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml OrientationProperty | ||
Результат |