Hi,
I am new to caliburn, therefore this might be a stupid question. I have a ListView and want to add a ContextMenu, but the Header-text for the ContextMenu should contain information from the Item the ContextMenu should be opened at.
E.g.:
A List with int's and when I right-click on an int, I want the ContextMenu-Item-Header to be something like "Open {0} with ..." where {0} should be replaced with the selected ListViewItem.
Is that possible using caliburn micro?
Thanks a lot!
I am new to caliburn, therefore this might be a stupid question. I have a ListView and want to add a ContextMenu, but the Header-text for the ContextMenu should contain information from the Item the ContextMenu should be opened at.
E.g.:
A List with int's and when I right-click on an int, I want the ContextMenu-Item-Header to be something like "Open {0} with ..." where {0} should be replaced with the selected ListViewItem.
Is that possible using caliburn micro?
Thanks a lot!