How to create Tiles like UI within WP8 app?

帅比萌擦擦* 提交于 2019-12-30 11:21:06

问题


How to create Tiles like UI within our app. If I use a button with image, its showing with borders. If I create a secondary tile, then the tile is getting created on the start screen.

Is there any way to create UI which looks similar to Tiles?

Thanks.


回答1:


You can use Hub Tile from Windows Phone Toolkit. If you want many tiles in your apps, all arranged like in the start screen of Windows Phone device, then you should use Wrap Panel as container for those Hub Tiles. You can also create Tile like UI control as demonstrated very well by @Xin here



来源:https://stackoverflow.com/questions/21161354/how-to-create-tiles-like-ui-within-wp8-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!