Set dialog box name Close dialog box Width and height It looks like you have to leave space around a content dialog. In our test using a 800×1280 screen the max width and height was 750 x 700 (Margin=”0,0,0,0″)
Category: Content Dialog Boxes
Examples(1)
Fixed Size ContentDialog
Menu > Project > Add new item > Visual C# > Content Dialog You need to set min and max as well as the required Width and Height: Setting its location on the screen You can use the margin to do this: Detect a touch outside of ContentDialog A ContentDialog is placed in PopupRoot. Behind […]
Styling ContentDialog
Hide surrounding padding area Padding=”0″ and Margin=”0 don’t seem to work, but you can use this: