Are the modal dialogs dynamically resizable now? It appears so. When I add or remove elements they resize and the dialog is centered in the application window.
Is it OK to make changes to the size of the dialog dynamically?
Are the modal dialogs dynamically resizable now? It appears so. When I add or remove elements they resize and the dialog is centered in the application window.
Is it OK to make changes to the size of the dialog dynamically?
I don’t see why not. @kerrishotts thoughts?
Of course; for things like wizards and the like, this is preferred.
However, be careful not to exceed the maximum allowed dimensions by the OS (and this is much more restrictive on UWP) – otherwise you end up with a case where the dialog is too large and the user can’t see their content or see any way to exit the dialog.