-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-docking of floating window does not work #338
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
and update on this redocking issue? or a sample with monogame inside? |
yes. last i tried. windows surface x64 . these can be really hard to fix for non guru, since order of events async, etc . using the sample.. but was marked as a bug, i have two screens , extended , one is just under 4k, and dpi not 120%. this common ide scenario, that just got an update , in the main branch it might be best to fix this vs nightly. i could try with 100 DPI see if it works but .. i'm trying to go to .net 9 but that might be a bad idea.. ill just try to use the general config , use the UpdateMinor, or Major.. but i want to stay on the latest as there are general fixes . and get a OEM Windows on ARM soon to try generalized compute that way, via DSPs, and NPU. Hexagon, that way, give the UI thread a rest. |
It still has this Problem in Windows. I'm using Windows 11. |
In the DockMvvmSample:
If I undock a panel and release it without docking it anywhere else, it is displayed in a floating window, which is good.
But then I can't integrate it back into the main window, i.e. dock it somewhere again.
The control for selecting the docking position appears and the view of the selected position is also highlighted, but the docking does not work.
The text was updated successfully, but these errors were encountered: