Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
RibbonGroup with ContentGroup Binding
posted

I use a ribbon group which has different contents, depending of a Context Property, see excerpt below:  

<igRibbon:RibbonGroup ItemsPanel="{StaticResource ItemsViewPanel}">
        <GroupBox Content="{Binding Path=Layout.LayoutParameters}"/>
</igRibbon:RibbonGroup>
The Static resource is
<ItemsPanelTemplate x:Key="ItemsViewPanel">            <igRibbon:ToolHorizontalWrapPanel  IsItemsHost="True" /> </ItemsPanelTemplate>
And the DataTemplate for the Binding Property is:
<DataTemplate DataType="{x:Type MyType}">         <igRibbon:ToolHorizontalWrapPanel>             ....

The Behaviour is, that changes of the Bound Property results in an error if the value is reset .

Parents
No Data
Reply Children
No Data