My post introducing list controls has already been updated, but to draw attention to the change, I thought I would post a separate update notification.

All Chameleon list controls have been updated to support the following template in addition to the standard set of templates:

  • RowSeparatorTemplate

    RowSeparatorTemplate is displayed after a predefined number of items have been displayed (and after the SeparatorTemplate).  The ItemsPerRow property defines how many items are rendered between each RowSeparatorTemplate.

    RowSeparatorTemplate is useful when displaying data in rows and columns -- such as photo gallery images.

    Note that the RowSeparatorTemplate is not rendered unless the value of ItemsPerRow is greater than zero.

Previously this template was only available on the GalleryPostList control but has since been applied to all list controls in CS2007/Chameleon.