Custom Tabcontrol in silverlight 4
- by Archie
Hello,
I'm trying to design a tab control which will have a tabs on left hane hand side, and will have a text displayed vertically besides it. And will have the Page displayed in the main tab control.
For reference you can visit :
http://www.nseindia.com/
and click on any tab in the main menu.
How can it be designed?
I have created a style in App.xaml since it would be applicable to all tabs. But I'm not sure how to get the control's name in the page I would be using.
Thanks.