问题
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