XAML nested Gridview disable outer grid visual sty

2019-09-04 06:55发布

问题:

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.