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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -