02-23-2024, 04:53 AM
02-23-2024, 10:30 AM
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 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)
02-26-2024, 03:04 AM
(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
02-28-2024, 09:21 AM
Great!
Thank you for sharing the solution with others.
Thank you for sharing the solution with others.