0
votes
1answer
349 views
ContextMenu Binding Source within a DataGrid using MVVM
I've got a datagrid column as below:
<toolkit:DataGridTemplateColumn>
<toolkit:DataGridTemplateColumn.CellTemplate>
…
1
vote
1answer
20 views
Tab Context Menu for WeifenLuo.WinFormsUI.Docking
Hi,
I'm using the "WeifenLuo.WinFormsUI.Docking" control.
I need to show a context menu by clicking on a document tab.
Atm I just can show a context menu at the document itself …
0
votes
0answers
12 views
Browser ContextMenu event
Does anyone have any insight as to the future browser support of the right-click event on the document object? I see that Opera (2.3% of users) currently doesn't support it.
Than …
0
votes
1answer
37 views
Hyperlinks in contextMenues (wpf, partial trust) didn’t work
Hi guys,
I got a problem. I have a contextmenu and it's items are hyperlinks.
If I click on those nothing happened.
They are OK, because if I add them to a grid they work fine.
A …
2
votes
4answers
168 views
Unable to set System.Windows.Controls.MenuItem.Icon thru a setter
Hi I am trying to have a MenuItem.Icon set thru a style setter:
<Style x:Key="MenuItem_Delete" TargetType="MenuItem"
BasedOn="{StaticResource {x:Type MenuItem}}">
…
1
vote
1answer
28 views
How to add a Column ContextMenu in the WPF DataGrid
Hello,
I'm trying to add a context menu to a column in the WPF datagrid and don't quite see how this is possible. I know how to add one to the datagrid, but I would like to have …
1
vote
1answer
295 views
Problem: adding feature in MOSS 2007
Hi All,
I have added a menu item in 'Actions' menu of a document library as follows(Using features: explained in MSDN How to: Add Actions to the User Interface: http://msdn.micros …
0
votes
2answers
59 views
Adding a right click / context menu to listbox items in C#
okay, so i have listBox1, and its populated with items, id like to know how to
1. when you rightclick in the listbox, that the rightclicked item will be selected,
2. a rightclic …
0
votes
1answer
86 views
How to add a ContextMenu depending on which WPF DataGrid row is right-clicked?
I need to display different options in a ContextMenu depending on which row of a WPF DataGrid is right-clicked. My initial ideas were to accomplish this through either binding or …
1
vote
2answers
16 views
is there any rule about context menu nesting best practices . .
i started working on an app and when you right click on a grid, you get about 14 menu items. i thought it was cleaner to start to nest some of the menus as there were clean "group …
1
vote
2answers
33 views
right click context menu for datagrid
I have a datagrid in a .NET winform app. I would like to rightclick on a row and have a menu pop up. Then i would like to select things such as copy, validate, etc
How do i make A …
0
votes
1answer
24 views
XAML Context Menu not closing
I've got a "popup" context menu on a list box, and there are two behaviors that would seem "out-of-the-box" but I am having a tough time getting the XAML ContextMenu to behave the …
0
votes
3answers
67 views
WPF ContextMenu Design. How to set Background in WPF MenuItem?
I create popup menu like this.
<DockPanel.ContextMenu>
<ContextMenu Background="#CD252220" Opacity="0.95" Foreground="LightGray" BorderBrush="DarkGray">
&l …
0
votes
2answers
94 views
Persisting a context menu after screen rotation
Hi.
I have an activity that on it's onCreate method it does:
registerForContextMenu(theView);
and in onCreateContextMenu:
super.onCreateContextMenu(menu, v, menuInfo);
menu …
0
votes
2answers
68 views
C# Mouse Right Click and Control Focus
I have a form which users can add controls to and when they right click it brings up a context menu which has an option to display the properties of the control they right clicked …
