Page 1 of 1

TabControl TabStripPlacement\Orientation

Posted: Thu Mar 16, 2017 6:03 am
by TaterJuice
The normal WPF TabControl has a Property called TabStripPlacement which defines the orientation of the tabs. I do not see this Property in C#\XAML for HTML5.
Is this property in development, or is there another way to orient my TabControl so that its headers are on the left side instead of the top?

Re: TabControl TabStripPlacement\Orientation

Posted: Thu Jun 15, 2017 11:48 am
by kmatt
Did you ever get a reply? I need to place my tabs also.

Re: TabControl TabStripPlacement\Orientation

Posted: Mon Jun 19, 2017 4:04 am
by JS-Support @Userware
Hi,

At the moment, to achieve this result, you need to manually modify the ControlTemplate of the TabControl.

You can copy/paste the default ControlTemplate of the TabControl and TabItem from the following URL:
http://cshtml5.com/links/styles-and-templates.aspx

Thanks.
Regards,
JS-Support