c# - What is the best way to use ListView and GroupBoxes as an "options" window? -
what best way use listview , set of groupboxes options window?
for example, listview have items such general, sounds, shortcuts , there 3 groupboxes defining same things.
what best programmatical way navigate through them everytime item in listview selected?
hide groupboxes, show groupbox based index of selected listview? or have better idea handle this?
i don't know if there's better way, in past described general approach have taken.
Comments
Post a Comment