This is a migrated thread and some comments may be shown as answers.

Image for Scrolling radtabcontrol

3 Answers 94 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Anita
Top achievements
Rank 1
Anita asked on 05 Aug 2010, 07:51 AM
Hi,

Is there any property for set Image for scrolling (left/right and up/down depending on the orientation)?

Thanks,
Anita.



3 Answers, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 05 Aug 2010, 08:34 AM
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
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.

 
0
Miroslav
Telerik team
answered on 10 Aug 2010, 12:18 PM
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
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
Tags
TabControl
Asked by
Anita
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Anita
Top achievements
Rank 1
Share this question
or