Setting the segmented tab control

In this example, a dashboard will contain an lclmSegmentedTabControl with two tabs and extra content.

  1. Create a new mashup.
  2. Add an lclmSegmentedTabControl control.
  3. Go to the code editor.
  4. In between <lclm:lclmSegmentedTabControl> and </ lclm:lclmSegmentedTabControl> tags, perform any of these tasks:
    1. To add an extra text at the upper right of the control, type <lclm:lclmSegmentedTabControl.ExtraContent></ lclm:lclmSegmentedTabControl.ExtraContent>.
    2. Select Controls > Built-In > Input to add a TextBlock control in between the tags.
    3. Add a tab, type <TabItem></TabItem>.
    4. In between the TabItem tags, add any control.
  5. Run the mashup. The view will change every time you select a tab.