How to Customize SDK:Tab Control
-
Hi All, I am working on Tab Control in Silverlight. I need to Customize Tab Control Header. (I need to Disable the existing one and put my TabItem Header in it). I need to change size as per the size of the Page. but it is not working and onclick the Images show at different levels Please let me know the if you have any video or any dummy application where i can check and solve my problem. Thanks in Advance Mayur
-
Hi All, I am working on Tab Control in Silverlight. I need to Customize Tab Control Header. (I need to Disable the existing one and put my TabItem Header in it). I need to change size as per the size of the Page. but it is not working and onclick the Images show at different levels Please let me know the if you have any video or any dummy application where i can check and solve my problem. Thanks in Advance Mayur
Are you using TabControl.ItemTemplate to specify a template for the headers? Have you looked at the default template to see what you're working with? TabControl Styles and Templates[^]
Mark Salsbery :java: