IE Style Options Scroll Thing
Hi Guys
I have quite a few options (120) currently on an option screen. The screen has a mixture of tick boxes, radio buttons and drop downs and looks a mess.
What I would like is a scroll control similar to that used in Internet Explorer, click Tools | Internet Options and select the Advanced tab.
Anybody know of an intrinsic control that can do this?
Any help more than welcome :)
Re: IE Style Options Scroll Thing
It seems a single column listview with list images and check boxes. but with out the column headers.
Re: IE Style Options Scroll Thing
Quote:
Originally Posted by Fazi
It seems a single column listview with list images and check boxes. but with out the column headers.
Nice one.
I will have a fiddle with that control.
Thanks
Re: IE Style Options Scroll Thing
Re: IE Style Options Scroll Thing
If you want to have indenting like the Advanced tab, you could use a treeview. It works basically the same way as a listview, but with more control over indentation.