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
225
Silverlight XamRibbon MenuTool ItemTemplate
posted

In wpf I used to have the following:

<r:MenuTool Caption="Book List" ItemContainerStyle="{StaticResource BookMenuItemStyle}" ItemsSource="{Binding Source={StaticResource BooksList}}" ItemTemplate="{StaticResource BooksTemplate}">

How to do the same in silverlight MenuTool. I don't see properties for ItemContainerStyle, ItemsSource and ItemTemplate

Raj

Parents
  • 6475
    posted

    Hi Raj,

    Unfortunatelly, you can't do this with the Silverlight MenuTool. The reason is that the WPF MenuTool is derived from ItemsControl while the Silverlight MenuTool is derived from DependencyObject. There are certain limitations in Silverlight we had to overcome that are causing this discrepancy.

     

    Hope this helps,

     

Reply Children
No Data