Rearrange accordion
Posted: 24 Nov 2017
HI
Is it possible to rearrange the accordion sections ?
Is it possible to rearrange the accordion sections ?
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
<Section Header="1">
<List Orientation="Vertical" CssClass="" Style="width:100%;" />
</Section>
<Section Header="2">
<List Orientation="Vertical" CssClass="" Style="width:100%;" />
</Section>
<Section Header="3">
<List Orientation="Vertical" CssClass="" Style="width:100%;" />
</Section>
Code: Select all
<Section Header="3">
<List Orientation="Vertical" CssClass="" Style="width:100%;" />
</Section>
<Section Header="2">
<List Orientation="Vertical" CssClass="" Style="width:100%;" />
</Section>
<Section Header="1">
<List Orientation="Vertical" CssClass="" Style="width:100%;" />
</Section>