Very quick question- is there a quick and easy way to preview what a given style looks like on a specific control?
Basically I'm using a treeview, and my project is using one of the office themes, which seems to make the treeview appear with the little arrows instead of the more traditional + - type view.
Right now, it seems like I either have to fully customize the control via Visual Style Builder (in my opinion, a lot of functionality but very fiddly and requiring the overhead of saving xml file to local project, add resource etc etc), or pick an existing style like "Vista" or "Office2007Silver" which doesn't really give me any clue as to what the control (populated dynamically at runtime), will look like until I recompile and rerun the project, and discover it's got a back colour/gradient that doesn't fit with a plain white form!
Thanks
Mike