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

Remove Collapse Caret on upper right side of tab strip

1 Answer 49 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Martin Hamilton
Top achievements
Rank 1
Iron
Iron
Veteran
Martin Hamilton asked on 21 Mar 2015, 01:02 PM
How do you turn off (make invisible) the Collapse Caret on the upper right side of the tab strip?

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 25 Mar 2015, 02:17 PM
Hello Martin,

Thank you for writing.

You can disable the collapse/expand functionality with the following code:
radRibbonBar1.CollapseRibbonOnTabDoubleClick = false;
radRibbonBar1.ShowExpandButton = false;

Please let me know if there is something else I can help you with. 
 
Regards,
Dimitar
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
RibbonBar
Asked by
Martin Hamilton
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Dimitar
Telerik team
Share this question
or