I need a list of Boolean Settings

I can't figure out which control I can use for this.  What I need:

- A list that can be populated at runtime, because I don't know how many items there will be.
- Each item in the list must have a caption, and an "on / off" switch OR a check box (they are all booleans)
- Once done, the user should be able to close the list and continue

Seems simple right?  I see it on my Samsung in the Main settings menu.  See:
Settings/Display

- Brightness (Detail marker shows)
- Screen Timeout (Detail marker shows)
- AutoRotate is a caption and a check box.
- Smart Stay is a caption and a checkbox

Really all I need is all Captions and Checkboxes, and a means of allowing the user to close the "settings" list.

I don't see something like this in the examples.  Which component do I use for this, and how do I populate it so that I can get the captions and checkboxes or on/off switches showing and useable?

Thanks in advance for any help you can provide.

Hi,


Unfortunately there's currently no support to add a checkbox in the IWIPhoneList control items.
However, this is a good suggestion and we'll investigate if this functionality can be added in a future version.

As an alternative maybe you can try using a TIWAdvCheckGroup or TIWCheckListBox control from the TMS IW Component Pack to display a list of checkboxes.