Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qm3 How to add the Winform controls
#6
It means WebView isn't a WPF element. WPF elements are inherited from FrameworkElement.

For example, Button is a WPF element. When you start typing Button in the code editor, select Button in the list of completions. In the second popup window you'll see base classes. One of them is FrameworkElement. If there is no FrameworkElement, it's not a WPF element.

: ButtonBase : ContentControl : Control : FrameworkElement : UIElement : Visual : DependencyObject : DispatcherObject ...

Maybe WebView is a winforms control. Winforms controls can be used in WPF too, but indirectly, and it works not as good. Better look for a WPF element. Maybe it's in another namespace, not in EO.WebBrowser.

I don't have the EO library and can't help much.

____
Quote:will QM3 have a WPF form designer? Like QM2?
Maybe, but not soon. Now can be used the "WPF preview" feature.


Messages In This Thread
Qm3 How to add the Winform controls - by Davider - 08-16-2022, 02:29 AM
RE: Qm3 How to add the Winform controls - by Gintaras - 08-16-2022, 01:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)