WPF: Windows settings for a resizeable, modal dialog -


i have model dialog consisting of datagrid, , ok button, , cancel button. should resizable.

what settings windowstyle, etc., recommend?

if asking technically involved in displaying modal window, has shown showdialog() method call. call block until user closes window.

by default, window shown windowstyle of singleborderwindow , user should able resize it.

you may want @ property showintaskbar if don't want dialog appear in taskbar.

here's link msdn docs on window class reference.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -