02-26-2024, 03:04 AM
(This post was last modified: 02-26-2024, 06:46 AM by kanta8819@cadian.com.)
(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

