Dear all
Forgive me if this topic has already been discussed albeit I can’t seem to find the relevant thread if it has.
I have a usercontrol with a radribbonview control and a content control. i.e.
<StackPanel>
<telerik:RadRibbonView ApplicationButtonVisibility="Collapsed"
TitleBarVisibility="Collapsed"
MinimizeButtonVisibility="Visible"
Background="{x:Null}">
<telerik:RadRibbonTab Header="Administration" Cursor="Hand">
<telerik:RadRibbonGroup Header="User Administration">
...
<Usercontrol x:Name=”mainContentWindow” />
At runtime, a view is injected into the mainContentWindow. What I am trying to achieve is binding a radribbonitem to an element.
So for example, let’s say I have a button on the ribbon toolbar and I want to bind that button to an element of name diagram (which happens to be a RadDiagram control – separated in another xaml view).
Any thoughts?
Cheers
Micko