Hey guys!

I have another query for anyone who may know. Basically I have a ListView with a GridView view setup that displays two types of information.

Currently I have creates two separate ListView for this which is hardly efficient so I was wondering if it were possible to create a template for two sets of columns that could be switched.

So, say one column group has the items: this1, this2 and the second has this3 and this4. I'd like to be able to apply the style, template or whatever to the GridView and it should show the columns this1 and this2 but if I set it to the second group it would show those.

So I guess I'm looking to see if some sort of template or style can do this.