DynamicResource and Dynamic Items in ContextMenu on XamDataGrid
- by miguel
I would like to dynamically create a set of context menu options based upon some properties.
Currently, I am creating a context menu as a DynamicResource with the visibility of the menu options bound to the properties, however, it seems that the DynamicResource is created only once, at runtime. Is this true? What I would like to do is have the…