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

QuickAccessToolBar position

1 Answer 71 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Mrn
Top achievements
Rank 1
Mrn asked on 11 Nov 2011, 01:49 PM
Hello,

I wonder if it is possible to place the QuickAccesToolBar of a RibbonView to the right instead of being to the left as it is by default... aligment properties for this control doesn't seem to cause that effect...

Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Tina Stancheva
Telerik team
answered on 16 Nov 2011, 10:39 AM
Hello Mrn,

The QuickAccessToolbar position is defined in the template of the RadRibbonView control and this is why you can change it only by editing the ControlTemplate of the RadRibbonView.
Here you can examine the default structure of a RibbonView control - when the QuickAccessToolbar is displayed above the ribbon, it is hosted in the AboveToolBarHost ContentPresenter, which is a placed in a Grid and you can change the column of the Grid in order to place it on the right of the control.

You can also examine this article as it describes how to edit the default style and ControlTemplate of the RadRibbonView.

Greetings,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
RibbonView and RibbonWindow
Asked by
Mrn
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or