#903 – Placing Tabs on Different Sides of a TabControl

By default, the tabs on a TabControl will appear along the top edge of the control.

903-001

You can change which side of the TabControl that the tab strip appears on by using the TabStripPlacement property.  This property can have one of the following values: Top (default), Left, Bottom, or Right.

    <TabControl Margin="10" TabStripPlacement="Left">

903-002

    <TabControl Margin="10" TabStripPlacement="Bottom">

903-003

    <TabControl Margin="10" TabStripPlacement="Right">

903-004

Advertisement

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

One Response to #903 – Placing Tabs on Different Sides of a TabControl

  1. Pingback: Dew Drop – September 10, 2013 (#1,621) | Morning Dew

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: