How to display a Windows 8 metro style tile within an app?

谁说胖子不能爱 提交于 2020-02-02 10:59:13

问题


Windows 8 metro style app tiles are created based on pre-defined xml templates (found here).

Is there any way to hook up to Windows' rendering of the tile to allow a tile preview within an app?

In my app I would like to offer the user a subset of the tile templates listed in the above link and let the user customize the tile content. A live preview of the customized tile rendered within my app would greatly improve the user experience.


回答1:


you should look into HubTile.

I don't know any free control's right now, but Telerik and Syncfusion have HubTile control




回答2:


You can't get access to real Windows tile rendering, but you can simulate it since all templates are known. It is very unlikely that Microsoft would change the way tiles are rendered and even if they do you should be able to issue app update to keep up with Microsoft.



来源:https://stackoverflow.com/questions/13330364/how-to-display-a-windows-8-metro-style-tile-within-an-app

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