This question is locked. New answers and comments are not allowed.
Hello,
I am developing a Windows Phone 8.0 app and would like to develop a page as similar to the image I attached. In short, there will be different sizes of HubTiles in a page, and I use Grid definitions to split the page into rows and columns so that the page can fit well to different screen resolutions. The problem is SlideHubTile doesn't support "Auto" sizing for Horizontal & Vertical Alignment, it requires to manually set a width & height and it gives "value doesn't fall within the rage" exception otherwise. And I need to do so in order to fit them to the rows and columns automatically.
As a workaround, I try to get the screen size of the phone and set the width & height of the tiles in the code-behind. It worked in terms of appearance, but the image and the text started to behave weird.
Waiting for solutions or suggestions.
Thanks,
Alper
I am developing a Windows Phone 8.0 app and would like to develop a page as similar to the image I attached. In short, there will be different sizes of HubTiles in a page, and I use Grid definitions to split the page into rows and columns so that the page can fit well to different screen resolutions. The problem is SlideHubTile doesn't support "Auto" sizing for Horizontal & Vertical Alignment, it requires to manually set a width & height and it gives "value doesn't fall within the rage" exception otherwise. And I need to do so in order to fit them to the rows and columns automatically.
As a workaround, I try to get the screen size of the phone and set the width & height of the tiles in the code-behind. It worked in terms of appearance, but the image and the text started to behave weird.
Waiting for solutions or suggestions.
Thanks,
Alper