I have coded for a change of orientation on my iPhone and now I want to change the grid columns inside my list component.
If running in landscape mode I want to increase the number of columns in the grid and display more data then if the user switches back to portrait reduce the columns.
Anyone got an example of this? Thinking I could cheat and have two(2) grids and alter the visibility flag based on the orientation? or go with one and change columns in the grid by code?