This question is locked. New answers and comments are not allowed.
I find that if I set the Size to Large the DropDown button is always positioned at the bottom, regardless of the setting of DropDownButtonPosition (see image). Is this intentional?
Here is my code:
Here is my code:
<telerik:RadRibbonGroup Header="XXX"> <telerik:RadRibbonDropDownButton Content="New"
LargeImage="/xxx;component/Images/NewDocument32.png" Size="Large" DropDownButtonPosition="Right" /> <telerik:RadRibbonButton Text="Open"
LargeImage="/xxx;component/Images/OpeningFolder32.png"
Size="Large" /> </telerik:RadRibbonGroup>
