Working on a solution where our software will be embedded in corporate website and others like that.
A problem I have noticed is that
doesn't work in this case...if I drag my window left it can get outside the frame and if I end my drag out there I'm stuck with a window I can't close again. Same thing happens if you drag it up outside the IFrame.
The quick thought was to use a self-developed bounds check via getWindowBounds() but that gives me positive x and y so can't rely on that.
So temporary solution is removing Move from the windows behavior list, but that might not be the best solution in the end.
Guess this is a unexpected behavior/undocumented feature/bug :)
A problem I have noticed is that
| KeepInScreenBounds="True" |
The quick thought was to use a self-developed bounds check via getWindowBounds() but that gives me positive x and y so can't rely on that.
So temporary solution is removing Move from the windows behavior list, but that might not be the best solution in the end.
Guess this is a unexpected behavior/undocumented feature/bug :)