Search code examples
xamarin.formsuwpresizedisable

How to disable resize(maximize/minimize) button on Xamarin Forms (UWP)?


Xamarin.Forms UWP

Is there any way to disable the resize button on Xamarin Forms (UWP) ? Like the image with red square highlighted in the image above.


Solution

  • Titlebar buttons are something that is controlled by the Windows itself, so you cannot remove it but you have limited control on it, like changing the background color. Further you can make your app to go fullscreen which will make the title bar disappear or you can extend your App in the title bar itself as mentioned in this blog post.