I would like to have a Context Menu on my MapView and let the user choose between a map or a satellite photo in the background. I have tried to create a Context Menu by following Crea开发者_运维百科ti
I have stuck to manage the contextmenu after the right click . Actually I need to display some item of contextmenu for folder and some item of contextmenu for folder.
I am using a TreeView for filters selection. Different categories on the TreeView start different filters, that may take up to 3 seconds to run.
I have a WPF button that currently does two functions that I would like to put into a MVVM pattern. If a condition is met when clicked, it opens a context menu that we build dynamically, otherwise we
I have my standard code for ContextMenu (long press on ListView item) but I created this class (helper Dialog) and it doesn\'t register
I am trying to delete TreeviewItem which I am able to do it on Selection. The same thing I want to do it on selection from ContextMenu.
I currently have a UserControl that uses the MVVM model. In that control there is a TreeView, which displays some items. I have added a HierarchicalDataTemplate for this TreeView and in that templat
i wanted a contextmenu for my ListBoxItems. So i created this: <ListBox Name=\"listBoxName\"> <ListBox.ItemTemplate>
I want to create new style for ContextMenu or Tooltip basing on it\'s defaults in Expression Blend 4. To do this I do the following (example for ContextMenu):
I am dynamically populating the contents of a StackPanel in my application by reading an XML file. Each child of the StackPanel is itself another StackPanel wh开发者_JAVA技巧ich contains different UIE