Table of Contents

Class GridPlacementSupport

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Provides IPlacementBehavior behavior for Grid.

[ExtensionFor(typeof(Grid), OverrideExtension = typeof(DefaultPlacementBehavior))]
public sealed class GridPlacementSupport : SnaplinePlacementBehavior, IPlacementBehavior
Inheritance
GridPlacementSupport
Implements

Methods

AddContainerSnaplines(Rect, List<Snapline>, List<Snapline>)
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.