I have context manu:
<MenuItem Header="Send" Click="MenuItem_Click_2">
</MenuItem>
</ContextMenu>
I need to add the Color Picker:
<wpfx:ColorPicker DisplayColorAndName="True" Height="30" Margin="29,170,366,111" Name="colorPicker2" />
at the menu item (ChangeColor) and after click on it want the color picker shows up. How can i do it? Thanks.