Okay, I think I have switched to implementing something else with this TileView control in Silverlight 4 and Prism having several modules.
I have a "MainContentRegion" in the shell, where I am trying to inject a view from another module "ModuleA". the view is called "DisplayTileOneView". This would display one Tile of the RadTileView.
Next, I am looking for another module "ModuleB" to inject another view "DisplayTileTwoView" in the second Tile of the same RadTileView. This would be dynamic based upon how many modules want to inject views. So the number of tiles would be equal to the number of views injected.
Am I thinking something very loud, Can we implement this kind of scenario.
Would appreciate any kind of help.
Thanks.