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

Setting TabOrientation="Vertical" at Design time

1 Answer 59 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 16 Jan 2009, 01:39 PM
Hi

if i set the Silverlight Tab Control to TabOrientation="Vertical" at design time the application errors with a system.NullExceptionReference. But if i change the TabOrientaion after the application has loaded i do not get an error.

Also if i change TabOrientation="Vertical" in the page load event i also get the error.

Am i missing something.

Regards,

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 19 Jan 2009, 05:30 PM
Hi Richard,

You are not missing anything. This is a strange issue indeed. We did some local tests and we achieved the same results. We will investigate what is causing the problem and we will try to fix it right away.
For the time being, you can set the orientation in xaml, like TabOrientation= "Vertical" , or you can add Loaded event to the parent (Page or User Control) and use it to make TabControl vertical.
 
Sincerely yours,
Boyan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TabControl
Asked by
Richard
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or