Hello,
I have a WPF application where I am using a TileView to show different user controls. It is very confusing for our customers when the tile they click gets removed from the docked (minimized) area. The tile goes back to the correct location when they click another tile, but we would like to keep the list of docked tiles the same even when the tile is maximized. For example, if I have 4 total tiles, I would like to keep all 4 in the minimized list when the user clicks an item. Right now, you only see 3 tiles in the minimized list, because the other is maximized.
I would like to change the background color or header color of the tile when it is selected and keep it in this list. Is it possible to have this behavior?
Thank you,
Scott
I have a WPF application where I am using a TileView to show different user controls. It is very confusing for our customers when the tile they click gets removed from the docked (minimized) area. The tile goes back to the correct location when they click another tile, but we would like to keep the list of docked tiles the same even when the tile is maximized. For example, if I have 4 total tiles, I would like to keep all 4 in the minimized list when the user clicks an item. Right now, you only see 3 tiles in the minimized list, because the other is maximized.
I would like to change the background color or header color of the tile when it is selected and keep it in this list. Is it possible to have this behavior?
Thank you,
Scott