I have a xaml page that sizes a bunch of stuff (grid) when it first renders, depending on screen width. But if the user rotates, the sizing is all wrong. I can detect rotation using OnSizeAllocated, but how do I get the page to refresh itself to resize the grid columns?
↧