Hello... I have 8 images in my project. When the phone is held in portrait mode, I want the images to be in 2 columns (and 4 rows). When the phone is held in landscape mode, I want the images to be in 4 columns (and 2 rows). I thought the "When Screen1.ScreenOrientationChanged do" would fire when the screen orientation changed. This doesn't seem to be the case. The value of Screen1.ScreenOrientation is always "unspecified." I'm assuming that since this value never changes, the when... changed event never fires.
So... I guess my question is ultimately how do I make things different when a user rotates their phone back and forth between portrait and landscape?
And... of course, apologies if this was already asked.
Thanks in advance.