I'm trying to create a window (Borderless, if that matters) that is quite wide (9000+ px) and for some reason, no matter what I try, it's always being limited down to exactly 1932px. I've heard that this is a default limit put in place by Visual Studio.
The window is to be put inside a split container.
Even though I've tried changing form.MaximumSize
it's still bumping it down to 1932px. How can I remove this limit?