You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the click event I have attached to the menuitem fires, I can see by inspecting the tooltip property on the menuitem in debug that the tooltip content is not set, but the description property is set.
The strange thing is that this only appears to happen when I wrap the menu items in the datatemplate. When I just put hard coded menu items in the right pane the tooltip is displayed. Is this a bug or does anyone have any suggestions for a workaround?
Any thoughts would be greatfully appreciated
Stephen Dye
The text was updated successfully, but these errors were encountered:
I need to have a recent files list in the application menu. I am using the application menu's RightPaneContent for this. My Xaml is below:
When the click event I have attached to the menuitem fires, I can see by inspecting the tooltip property on the menuitem in debug that the tooltip content is not set, but the description property is set.
The strange thing is that this only appears to happen when I wrap the menu items in the datatemplate. When I just put hard coded menu items in the right pane the tooltip is displayed. Is this a bug or does anyone have any suggestions for a workaround?
Any thoughts would be greatfully appreciated
Stephen Dye
The text was updated successfully, but these errors were encountered: