Skip to content

RelativePanel

Jasper Zanjani edited this page Aug 12, 2020 · 1 revision

Supports several attached properties that allow elements to be aligned with siblings or with the panel itself. These

  • Panel alignment relations like AlignLeftWithPanel, AlignTopWithPanel, AlignRightWithPanel, AlignBottomWithPanel, align controls to the border of the RelativePanel containing them.
  • Sibling alignment relationships like AlignLeftWith, AlignTopWith, AlignVerticalCenterWith etc. specify the name of a sibling control to provide alignment.
  • Sibling positional relations like LeftOf, Above, RightOf, and Below also specify a sibling control.
Clone this wiki locally