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
Post a Comment