c# - How to re-size window in WPF when Allow Transparent is True -
as known, when allow transparent property true, border of window hidden , cannot re-size window. re-size window if set resizemode canresizewithgrip, solution not because can re-size window when it's maximized , change right corner of window instead of of 4 corners, question how how re-size window in wpf when allow transparent true without using canresizewithgrip?
thanks in advance!
~thi
well, pretty easy. there property on window named resizemode, , if set "canresizewithgrip", resizegrip control placed on window automatically, , if run app, will, correctly, resize window.
Comments
Post a Comment