Tab View
You can organize your visual controls using Tabs with XMLNuke. See the sample below:
<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>
See XML of this page.
