I have an app that I created it increases according to its content. the content width can be different from time to time. When the size of the window become larger than the screen the window get cut.
Is it possible to make a window that larger than the screen?
Sure this is possible:
Okay, I think you want to do it dynamically, right? I could think of some code behind to check the content size and set the window size.
(although I don’t like what you want to achieve) 😉