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
just add this code after the initialize component
initialize component
this.width = Window.Current.Bounds.Width;
and the content dialog will get your screen width