XAML nested Gridview disable outer grid visual styles

大城市里の小女人 提交于 2019-12-12 02:32:10

问题


I am using nested Gridview (gridview inside another grid view) in Windows 8 metro application. I want to disable visual styles on all the events on outer grid, events like click, tapping, and dragging etc. Please help.

Thanks


回答1:


You should not nest GridViews. It is like nesting list boxes - even if it worked - it would be confusing to the user.



来源:https://stackoverflow.com/questions/11190147/xaml-nested-gridview-disable-outer-grid-visual-styles

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