Tab View

You can organize your visual controls using Tabs with XMLNuke. See the sample below:

Tab View XML code
<tabview>
   <tabitem title="1">
      <p>This is the tab 1</p>
   </tabitem>
   <tabitem title="2">
      <p>This is the tab 2</p>
   </tabitem>
   <tabitem title="3">
      <p>This is the tab 3</p>
   </tabitem>
</tabview>

This is the tab 1

This is the tab 2

This is the tab 3

See XML of this page.