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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -