Custom Tabcontrol in silverlight 4
Posted
by Archie
on Stack Overflow
See other posts from Stack Overflow
or by Archie
Published on 2010-05-20T08:15:02Z
Indexed on
2010/05/20
8:20 UTC
Read the original article
Hit count: 938
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 :
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.
© Stack Overflow or respective owner