-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi @mtusk ,
Context menu is not showing when user performs a right-click on the currency control.
<currency:CurrencyTextBox Number="{Binding Value, UpdateSourceTrigger=PropertyChanged}" Style="{DynamicResource excelFormContentTextBox}"> <currency:CurrencyTextBox.ContextMenu> <ContextMenu> <MenuItem Header="Add Note" Command="{Binding AddNoteCommand}"/> <MenuItem Header="Edit Note"/> </ContextMenu> </currency:CurrencyTextBox.ContextMenu> </currency:CurrencyTextBox>
Any help on this will be appreciated. Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels