-
-
Notifications
You must be signed in to change notification settings - Fork 416
Wpf VlcControl seems to ignore ZIndex #41
Comments
Checking the source code and WPF Interop problems reveals that this happens because the WPF VlcControl is just a HwndHost displaying the WinForms VlcControl. Rules for when problems occur can be found here A possible workaround would be to use the |
yes,that's helpful |
Any general guidance on how to create a pure wpf control with vlc? I can take a stab at it... |
Specifically: how does the rendering happen and where would I use the |
see this issue: |
Thanks for the great bug report, I've just created an issue to gather all issues related to this : #296 |
I tried to draw a semi-transparent overlay (Grid + Semi-Transparent Rectangle) over the vlc control and it is invisible.
I then tried to show it partly over the vlc control and partly over the form and it was visible over the form, but invisible over the VlcControl.
Markup Code:
Screenshot of the result:
The text was updated successfully, but these errors were encountered: