WPF UserControl Issues
#1
When a Winform with WPF UserControl added is displayed in an MDI window, the size cannot be changed.

Please confirm.

thank you
#2
I am sorry but I am not an expert on WinForms and this question is also not related to 3D graphics but is a general question on how to use WPF in WinForms.

I would recommend checking other sources on internet or asking question on stackoverflow.com.

If you would use WPF, then for having multi-window application I would recommend using AvalonDock (https://github.com/Dirkster99/AvalonDock...me-ov-file)
Andrej Benedik
#3
(02-23-2024, 10:30 AM)abenedik Wrote: I am sorry but I am not an expert on WinForms and this question is also not related to 3D graphics but is a general question on how to use WPF in WinForms.

I would recommend checking other sources on internet or asking question on stackoverflow.com.

If you would use WPF, then for having multi-window application I would recommend using AvalonDock (https://github.com/Dirkster99/AvalonDock...me-ov-file)

I thought wrong.
The problem occurred because the Dock option was given after creating the form and Show()ing it.

It was resolved by disabling the Dock option.

thank you


Attached Files Thumbnail(s)
   
#4
Great!

Thank you for sharing the solution with others.
Andrej Benedik
  


Forum Jump:


Users browsing this thread:
1 Guest(s)