Strip Element
Applies to: SharePoint Foundation 2010
Defines a horizontally scrolling strip that contains one or more controls.
<Strip />
Child Elements
Parent Elements
Occurrences
Minimum: 0 Maximum: unbounded |
Example
The following example defines a strip with three controls for paging forward and backward.
<Row>
<Strip>
<ControlRef TemplateAlias="previousPage" DisplayMode="Small" />
<ControlRef TemplateAlias="currentPage" DisplayMode="Medium" />
<ControlRef TemplateAlias="nextPage" DisplayMode="Small" />
</Strip>
</Row>