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
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
You should not nest GridViews. It is like nesting list boxes - even if it worked - it would be confusing to the user.