So I’m just getting started with my first .NET MAUI project and immediately discovered how tough it is to find detailed documentation on manipulating certain core UI features. I figured out how to hide the titlebar of my app, but in doing so the standard window controls (i.e., close, minimize, maximize buttons) automatically shifted further toward the top-left of my app window.
These controls were perfectly placed where I needed them to be, prior to me removing the titlebar. What gives? Can these controls be manipulated?