i am trying to minimize the tileviewitem thru code by doing this:
tile.TileState = TileViewItemState.Minimized;
how ever the tile doesn't minimize. only the icon on the upper left changes (changes to restore coz supposedly its minimized).
i want to return all the tiles to tiled state, nothing maximized or in full view. how to do this?
tile.TileState = TileViewItemState.Minimized;
how ever the tile doesn't minimize. only the icon on the upper left changes (changes to restore coz supposedly its minimized).
i want to return all the tiles to tiled state, nothing maximized or in full view. how to do this?