Hello!
I have added some TileViewItems to my TileView using RegionManager.AddToRegion() and it's working fine (I think RequestNavigate would do the trick also).
Now I would like to allow user to configure each tile separately. One configuration option would require me to change the configured tile to show another view (and maybe use its own viewmodel also).
Is this possible?
Now that I try RequestNavigate to this TileView region it always adds a new TileItem and that is not what I want in this case. I'd like to be able to only change the view/viewmodel for the tile I'm configuring.
Br,
Kalle
I have added some TileViewItems to my TileView using RegionManager.AddToRegion() and it's working fine (I think RequestNavigate would do the trick also).
Now I would like to allow user to configure each tile separately. One configuration option would require me to change the configured tile to show another view (and maybe use its own viewmodel also).
Is this possible?
Now that I try RequestNavigate to this TileView region it always adds a new TileItem and that is not what I want in this case. I'd like to be able to only change the view/viewmodel for the tile I'm configuring.
Br,
Kalle