3 Answers, 1 is accepted
0
Hi Anita,
Are you looking for a tab scrolling feature? It is enabled by default - two buttons should appear if the tabs width exceeds the available space.
The ScrollMode property controls the scrolling behavior.
If you want to change the look of the buttons, you need to edit the TabControl's ControlTemplate, in it there are the two buttons: LeftScrollButtonElement and RightScrollButtonElement.
Kind regards,
Miroslav
the Telerik team
Are you looking for a tab scrolling feature? It is enabled by default - two buttons should appear if the tabs width exceeds the available space.
The ScrollMode property controls the scrolling behavior.
If you want to change the look of the buttons, you need to edit the TabControl's ControlTemplate, in it there are the two buttons: LeftScrollButtonElement and RightScrollButtonElement.
Kind regards,
Miroslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Anita
Top achievements
Rank 1
answered on 05 Aug 2010, 10:04 AM
Hi,
Thanks for your respond.
I need some coding Example of TabControl's ControlTemplate's buttons: LeftScrollButtonElement and RightScrollButtonElement.
Because i did not find the above buttons LeftScrollButtonElement and RightScrollButtonElement.
Thanks
Anita.
Thanks for your respond.
I need some coding Example of TabControl's ControlTemplate's buttons: LeftScrollButtonElement and RightScrollButtonElement.
Because i did not find the above buttons LeftScrollButtonElement and RightScrollButtonElement.
Thanks
Anita.
0
Hi Anita,
I am attaching the original xaml for TabControl's Office_Black (default) theme.
The styles you need there are the RightScrollButtonStyle, LeftScrollButtonStyle and the TabControl's ControlTemplate.
Best wishes,
Miroslav
the Telerik team
I am attaching the original xaml for TabControl's Office_Black (default) theme.
The styles you need there are the RightScrollButtonStyle, LeftScrollButtonStyle and the TabControl's ControlTemplate.
Best wishes,
Miroslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items