Hi
I am using Silverlight RadTab Control to show different tabs. The area in which i am displaying the tabs is smaller and the number of tab items in the control are larger enought ( say 7-8 tab items). Since the area is small, all my tab heading gets shrinked and displays only partial text.
By applying custom template, i am able to display two arrow on right side of the tab headers and with scroll bar i can get full tabs and scrolling. Now i need following three functionality implemented with this updated style -
1. After hiding the scrollbars visiblity, i would like to handle the events thro' the two arrow added and scroll the items.
2. In case partial tab header is displayed. clicking on the partial tab should display the full tab ( make scroll left/right )
3. Control the visiblity of arrows when the number of tab items fits/unfits in the given area [ Similar to ToolBar menus ].
Would you please provide me a sample with above three functionality. Third functionality if provided then welcome but not mandatory.
-Rajesh