开发者

VLC and WPF : Viewing Panel eats up all other controls on screen?

开发者 https://www.devze.com 2023-02-17 11:39 出处:网络
Good morning, I don’t have a problem getting vlc working in wp开发者_Python百科f but it seems that the viewing panel

Good morning,

I don’t have a problem getting vlc working in wp开发者_Python百科f but it seems that the viewing panel (which is a WinForm panel wrapped in WindowsFormsHost) eats up all the controls on top. Everything looks fine until I run it and my buttons will disappear because the panel is covering them. is this a VLC settings or is it wpf settings ?

Any ideas? Thanks - Sam E


This is a commonly known issue in WPF when dealing with Interop controls. It's known as the airspace issue. Basically, WPF content cannot render on top of any WinForms/etc Interop controls.

0

精彩评论

暂无评论...
验证码 换一张
取 消