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

Add RibbonTab when using implicit theme

1 Answer 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
luc
Top achievements
Rank 1
luc asked on 13 Aug 2013, 07:05 PM
Hi,

When i try to add a RadRibbonTab at runtime with the binaries noxaml, the RadRibbonTab is well added in the Items collection but not rendered.
You can found a sample project here

They are two projects one with normal binaries and one with noxaml binaries. When i click on button "Add new tab" when using no-xaml nothing happend, when i use the normal binaries it's working.
Is it a problem with the implicit theme ?

Thanks


1 Answer, 1 is accepted

Sort by
0
Accepted
Kiril Vandov
Telerik team
answered on 16 Aug 2013, 08:33 AM
Hello Luc,

We are aware of this issue and you could track its progress here. However as a workaround you could set the RadRibbonTab Style property to its default value, like follows:
<telerik:RadRibbonTab x:Class="TestApplication.RibbonTab1"
      Style="{StaticResource RadRibbonTabStyle}"
...

Please excuse us for any inconvenience caused. I hope this information helps.

Kind regards,
Kiril Vandov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
luc
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Share this question
or