GridViewItem with height greater than its GridView height

僤鯓⒐⒋嵵緔 提交于 2020-01-16 19:29:28

问题


I have GridView with fixed width and height of items. But I want some items to exceed that fixed height to contain more data. 1 I don't want to increase height of GridView - this will cause decreasing of the touch area of other controls that lie under GridView.

Is there any solution? Thank you!

Concept 1


回答1:


I understand that you want variable sized tiles in your grid view just like in the start screen? If so then this article should help http://blogs.u2u.be/diederik/post/2012/03/07/Databinding-to-the-VariableSizedWrapGrid-in-Windows-8-Metro.aspx



来源:https://stackoverflow.com/questions/13127406/gridviewitem-with-height-greater-than-its-gridview-height

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