elementhost Questions

4

Solved

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 Notifications}"&gt...
Scary asked 17/11, 2008 at 19:9

4

I have a requirement to host WPF Control on Winform User control. To achieve this I used ElementHost control. When I run Ants Memory profiler , I got know that There is a Huge memory leak in the El...
Unquestionable asked 18/7, 2014 at 10:41

3

Solved

I'm using WPF in WinForms with ElementHost. When the form loads, there is a flash of black background where the ElementHost is about to load. This looks kind of bad. Any suggestions on how to get r...
Newspaper asked 18/1, 2010 at 16:12

3

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 works fine until I tr...
Decurved asked 23/2, 2009 at 21:33

1

This is my first question in StackOverflow. Due to lack of reputations, I couldn't post any links or images. I've been working on the following issue for more than 2 days. Any help would greatly be...
Nuno asked 10/3, 2015 at 6:13

3

Solved

I am having a WinForms control, inside that I have a TableLayoutPanel which holds multiple ElementHosts and each ElementHost contains a WPF control. Everything works fine except when the size of c...
Mistaken asked 8/8, 2012 at 7:36

2

I have a small WPF control that has a TextBlock with TextWrapping set to Wrap. I am trying to host this in an existing WinForms application. I have the ElementHost docked to the top of the form, an...
Wreath asked 25/2, 2011 at 19:24

1

The Problem: We have a Winforms application, which can open up another WPF Window. This window contains various icons and text and isnt overly complex. Back to the main window, the winforms one, t...
Wealth asked 1/4, 2014 at 0:27

4

Solved

What's the best way to convert a WPF (resolution-independent) width and height to physical screen pixels? I'm showing WPF content in a WinForms Form (via ElementHost) and trying to work out some s...
Worlock asked 20/7, 2010 at 0:39

1

Solved

I use a WPF UserControl in my personal Libs. The Libs are included in my WPF and WindowsForms programs. Now my UserControl has to show a new (WPF) Window. At the new Window I want to set the Owner....
Tithing asked 30/8, 2012 at 13:41

4

Solved

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 "Dockbar" which essen...
Optometry asked 7/5, 2009 at 17:2

3

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 control? I'm guessing you c...
Ways asked 7/9, 2009 at 2:53

1

Solved

I use WPF interoperability to host WPF user control inside WinForms form. Everything works OK except ugly text rendering: <Label Content="Normal text" Name="labelNormal"/&gt...
Bathypelagic asked 13/1, 2011 at 10:44

1

Solved

I have a problem with a WPF control that I'm trying to host in an ElementHost in a WinForms app. The control is a lookless custom control that I originally developed in a separate test project, whi...
Aragats asked 1/12, 2010 at 16:36
1

© 2022 - 2024 — McMap. All rights reserved.