Stack Panel
- Stack Panels are one-dimensional containers where each item that is placed in the panel is located after the preceding item.
- The visual order of each child control is set by the order each was added to the Stack Panel. Dragging a control on the design surface or the Project Tree allows child controls to be rearranged.
- Stack panels default to vertical stacking but the Orientation property can be changed to allow horizontal stacking.