[]
Positions child elements one over another as it is done by the Grid panel with single row and single column.
public class PilePanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
PilePanel() | Creates the new instance of the PilePanel class. |
Name | Description |
---|---|
ArrangeOverride(Size) | Arranges the content of a PilePanel element. |
MeasureOverride(Size) | Measures the child elements of a PilePanel in anticipation of arranging them during the ArrangeOverride(Size) pass. |