ComponentOne ListView for ASP.NET Web Forms
Supported List Types / Form Lists
In This Topic
    Form Lists
    In This Topic

    It's easy to create a complex form using C1ListViewItems. For each item, you'll create both a read-only label and the interactive part of the control, such as the C1ListViewInputItem or the C1ListViewFlipSwitchItem.

    Here's an example of a form created with C1ListViewItems:

    Note that each C1ListViewItem has a static label and an interactive area. In the form above, it's either a C1ListViewInputItem or the C1ListViewFlipSwitchItem.

    See Also