Does there happen to be away to set the initial state of the TileView to be maximized? Or do I have to wait until I have loaded an initial tile?
Hello,
Are you trying to maximize a TilePane when the XamWebTileView loads? If so the TilePane object exposes a TileState property which you can set to Maximized when you create a pane.
If this is not the case, please give us more information on your scenario.
I am trying to have the state as always maximized. I have a custom template that hides/removes the toggle button, and I can set the first tile to be maximized, if and only if there is a tile there. But if there is no data available yet, then I cannot set the tile to be maximized (as it doesn't exist)