What is the best way to use ListView and a set of GroupBoxes as an Options window?
For example, Listview will have items such as General, Sounds, Shortcuts and there will be three groupboxes defining those same things.
What would be the best programmatical way to navigate through them everytime an item in the listview is selected?
Hide all groupboxes, then show groupbox based by index of selected listview? Or does anyone have a better idea to handle something like this?