It seems to me that changing the visibility of a richRibbonBar Tab is not working.
ie:
richRibbonBar1.ShowHomeTab = false;
richRibbonBar1.ShowInsertTab = false; // ...etc
The tabs still stay visible.
Could you check this out?
Thank you,
Karl
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 11 Aug 2011, 03:22 PM
Hi Karl,
Thank you for writing.
Indeed this property does not work, because it does not contain implementation. However, you can easily implement the desired property in RichRibbonBar project. Here is an example, on how to achieve this for the home tab: