In both the Elemental and Chameleon themes, the Row ControlTemplates are contained in Grid objects that have multiple column and row definitions. The following images demonstrate how the elements of the template are laid out within the Grid as well as indicate the column and row indexes.
Where the RegionPresenters are located in the ControlTemplate depends on the theme. The following table provides a list of the 3 default region presenters are their location within the Grid. Some of the coordinates may refer to the location of a containing control.
Table 1: Region presenter coordinates in Elemental ControlTemplate
Region presenter name | Column | Column span | Row | Row span |
---|---|---|---|---|
REGION_Image | 1 | 1 | 1 | 2 |
REGION_Title | 0 | 6 | 4 | 1 |
REGION_Data | 1 | 4 | 5 | 4 |
Table 2: Region presenter coordinates in Chameleon ControlTemplate
Region presenter name | Column | Column span | Row | Row span |
---|---|---|---|---|
REGION_Image | 3 | 9 | 1 | 1 |
REGION_Title | 0 | 2 | 0 | 5 |
REGION_Data | 3 | 6 | 3 | 1 |
|
|