0
votes
0answers
14 views
How do you display keyboard visual cues when tabbing from a winforms control to a WPF control inside an ElementHost?
I have a WinForms ComboBox control at the top of my form. Different ElementHost controls are shown based on what is displayed in the ComboBox.
The problem occurs when I try to tab …
2
votes
3answers
781 views
Loading/Using Resource Dictionaries from a WinForms hosted WPF control
I have a Windows Forms application that needs to host a WPF control at runtime. I have the basic hosting and interaction complete (using an ElementHost control) and everything work …
1
vote
2answers
102 views
WPF ShowDialog and ElementHost
Hello, is it possible to display a Modal Window from a WPF User Control, that is a child of an ElementHost, and set the owner/parent of the Modal Window to the containing Form cont …
0
votes
1answer
137 views
WPF Validation in an ElementHost control
I've got a WinForms form that contains an ElementHost control (which contains a WPF UserControl) and a Save button.
In the WPF UserControl I've got a text box with some validation …
0
votes
1answer
117 views
Docking with ElementHost
I am attempting to add a WPF usercontrol to an existing WinForms project and get the WPF UserControl to dock and fill the entire space.
There's a current framework that loads WinF …
0
votes
2answers
653 views
WPF TextBox not accepting Input when in ElementHost in Window Forms
We are developing a UI Control in WPF to be consumed within an existing Windows Forms / MFC application engine (Rhino 3D).
The application engine exposes the ability create a "Doc …
0
votes
1answer
334 views
Dynamic Application-level resources are not dynamic when hosted in ElementHost
I'm hosting a WPF UserControl in a WinForms container. Now, I want to be able to theme/skin the UserControl. To do this, I've got several resource dictionaries that define the "s …
6
votes
2answers
2k views
WPF ListView Very Slow Performance - Why? (ElementHost, or Other Reason?)
I have a Windows Forms app, that has a single ElementHost containing a WPF UserControl... in my WPF, I have a VERY simple ListView:
<ListView Margin="4" ItemsSource="{Binding N …
