c# - How to Resize a Grid exactly as the size Origninal canvas when Window is Maximized -
i'm new using wpf , having problem on how responsively resize grids when set window state maximized.
please take on design on canvas when not maximized:
http://imageshack.com/a/img921/3706/3e8e1f.png
and here's of maximized window:
- set horizontalalignment="streach" , verticalalignment="streach"
- remove harcoded height , width value.
- instead can set minheight, minwidth if required.
- set margin accordingly if set.
Comments
Post a Comment