wpf-currency-textbox
wpf-currency-textbox copied to clipboard
Context menu not opening
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.