Setting the segmented tab control
In this example, a dashboard will contain an lclmSegmentedTabControl with two tabs and extra content.
- Create a new mashup.
- Add an lclmSegmentedTabControl control.
- Go to the code editor.
-
In between
<lclm:lclmSegmentedTabControl>
and</ lclm:lclmSegmentedTabControl>
tags, perform any of these tasks:-
To add an extra text at the upper right of the control,
type
<lclm:lclmSegmentedTabControl.ExtraContent></ lclm:lclmSegmentedTabControl.ExtraContent>
. - Select to add a TextBlock control in between the tags.
-
Add a tab, type
<TabItem></TabItem>
. - In between the TabItem tags, add any control.
-
To add an extra text at the upper right of the control,
type
- Run the mashup. The view will change every time you select a tab.