Class StackPanelPlacementSupport
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Provides IPlacementBehavior for StackPanel.
[ExtensionFor(typeof(StackPanel), OverrideExtension = typeof(DefaultPlacementBehavior))]
public class StackPanelPlacementSupport : DefaultPlacementBehavior, IPlacementBehavior
- Inheritance
-
StackPanelPlacementSupport
- Implements
Methods
- BeginPlacement(PlacementOperation)
Starts placement mode for this container.
- EndPlacement(PlacementOperation)
Ends placement mode for this container.
- EnterContainer(PlacementOperation)
Let the placed children enter this container.
- LeaveContainer(PlacementOperation)
Remove the placed children from this container.
- OnInitialized()
Is called after the ExtendedItem was set. Override this method to register your behavior with the item.
- SetPosition(PlacementInformation)
Updates the placement of the element specified in the placement operation.