I´m using DockLayoutManager in a DXRibbonWindow and viewmodel with IMVVMDockingProperties.
If I move the LayoutGroup to second monitor, save and restore, the LayoutGroup is positioned at the first monitor instead of the second.
It seems to work if the WindowState of DXRibbonWindow is not maximized.
I made a small example and a video.
At the video there is only the first monitor.
I tried to capture the second monitor too, but it didn´t work with jing!?
Floating panel doesn't correctly restore its position on the second display if the view with a parent DockLayoutManager is maximized
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v15.1.8Download Official Update
Hello,
I've reproduced this issue and forwarded it to our R&D team for further research. Follow our notifications to be informed about our progress.
As a workaround, you can restore your panels using Dispatcher. I've modified your sample project to demonstrate this approach.
Thanks,
Kirill