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

Problem with long names on breadcrumb

2 Answers 81 Views
BreadCrumb
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 02 Jan 2015, 12:07 PM
Hi. How to view all the name without scrollbar? (first attachment file)
And how to move the menu? (second attachment file)
Thanks for help

2 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 05 Jan 2015, 07:03 AM
Any sugestion?
0
Pavel R. Pavlov
Telerik team
answered on 05 Jan 2015, 10:34 AM
Hello John,

To achieve your requirements you will need to extract and customize the default ControlTemplate of the RadBreadcrumbBarItem. You can find more information on that matter in our Editing Control Templates article.

Once you extract the default ControlTemplate you will be able to find a RadSplitButton control named "SplitButton". You can change its DropDownPlacement property to achieve your second requirement. As for your first one, you will need to change the fixed size of the ScrollViewer that is defined in the DropDownContent of the "SplitButton".

For your convenience I extracted the ControlTemplate in the attached project (note that it uses our implicit styles). Please take a look at it and let us know if you need any further assistance.

Regards,
Pavel R. Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
BreadCrumb
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Share this question
or