C1OrgChart Layout and Appearance > Layout in a Panel |
You can easily lay out the C1OrgChart and other controls in your WPF application, using the attached layout properties. For example, you can lay out your control in a Grid panel with its Row, ColumnSpan, and RowSpan properties and in a Canvas panel with its Left and Top properties. For example, the C1OrgChart control includes the following Layout properties when located within a Grid panel:
You can change the sizing, alignment, and location of the C1OrgChart control within the Grid panel.