Home > Forum > Mediaplayer DoubleClick

Mediaplayer DoubleClick

Jul 31, 2021
Uwe Porsch wrote
Hello,
I have a winform app which I want to port to WPF. In the Winform App I switch to Fullscreen Mode, when I double click on the Mediaplayer (control). In WPF I do not find the doubleclick event. How can I act on a double click on the Mediaplayer control.
Thanks and regards
Uwe
Reply
1 Answer
Aug 01, 2021
Roman Miniailov agent wrote
Hi

MouseDoubleClick event is not available for the WPF Control class (and UIElement), but you can use MouseDown or MouseLeftButtonDown event.