I\'m trying to create a settings menu in my app like this
I know how to do it but I have a problem with the width on content dialog, apparently there is a limi
In your App.xaml, try setting the ContentDialogMaxWidth to say, 800. The default is 548. You might want to increase the height too.
App.xaml
ContentDialogMaxWidth
800
548
800 756