WPF Binding text to local:NWRibbonButton

WPF Binding text to local:NWRibbonButton

Anonymous
Not applicable
902 Views
0 Replies
Message 1 of 1

WPF Binding text to local:NWRibbonButton

Anonymous
Not applicable

I am attempting to bind text to a button and everytime I attempt to add anything into the xaml other than the basic RibbonControl elements NavisWorks will crash before the GUI pops up.

 

I am trying...

 

<local:NWRibbonButton x:Uid="SplitButton_2" Id="ID_Button_B" Size="Standard" ShowText="True"

     Text="{Binding UserName}">

</local:NWRibbonButton>

 

 

Can anyone give me an example or tell me if this is even possible to bind the text of a ribbon element to a property?

903 Views
0 Replies
Replies (0)