windowsformsintegration

DataGridView draw bug in WPF

I am using WindowsFormsIntegration in a WPF project to add a DataGridView and I am having some problems with it simply being drawn in the window (it takes a while). I am aware of the solution with the doublebuffered datagridview but how can you use this in XAML for WPF or in C# for WPF? An example of the doublebuffered datagridview in ...

Public class modifier for WPF control

I'm creating Windows application and Class library. Class library contains WPF control named "InsertForm.xaml" InsertForm contains TextBox named eUserName. I'm using the following code to show InsertForm. That's successful. But I can't access eUserName. How to set Textbox modifiers to public? using System.Windows.Forms.Integration E...

Google Map info window display previous geo result instead of current result.

hi, can someone help me out with this pretty please? i dont know what went wrong with my codes, i want to display the location address in the info window but everytime it displays the previous result instead of the current one. for example when i first click a location it adds a marker but the address displayed is undefined (which is the...