This is a migrated thread and some comments may be shown as answers.

TabStripPlacement

1 Answer 95 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Raul
Top achievements
Rank 1
Raul asked on 20 Jun 2016, 08:51 PM

Hello,

I'm using RadTabControl with TabStripPlacement="Left" 

In the past the RadTabItems were shown on the left side from top to bottom. Now they are placed from bottom to top. When changing the code to TabStripPlacement="Right" they are listed from top to bottom - like I want it happen on the left side.

I think I haven't changed anything. May it be a change in one of the two last versions?

 

Regards,

Raul

1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 22 Jun 2016, 07:14 AM
Hello Raul,

This change is related to a bug fix which we have made for the AlignProperty of the RadTabControl. The Align property was ignored when the TabStripPlacement was different than Top and Bottom. As the default value of the Align it Left the TabItems are now drawn at the bottom. To fix this you will need to set the AlignProperty to "Right".

I hope this information helps. Please excuse us for any inconvenience caused.

Regards,
Kiril Vandov
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
TabControl
Asked by
Raul
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Share this question
or