MultiSelect for WPF | ComponentOne
In This Topic
    Elements
    In This Topic

    The MultiSelect control mainly consists of two elements which are available in C1.WPF.Input.dll and can be used as stand-alone controls as well.

    MultiSelect Elements

    C1CheckList

    The C1CheckList control, instantiated using C1CheckList class, displays a collection of items in a static list, and allows user to select desired items from a defined list. For example, C1CheckList can be used to display a list of skills in a CV form on a job portal as shown in the following image.

    C1Checklist Control 

    C1TagEditor

    The C1TagEditor control, instantiated using C1TagEditor class, provides the user with a textbox area where each tag behaves as an individual entry which can be inserted, edited, and removed individually. For example, C1TagEditor can be used to enter the name of all the previous workplaces in a CV form on a job portal. These names are added in the control as individual tags which can be edited or removed later.

    C1TagEditor Control

    To understand the implementation of the controls, refer the MultiSelect sample available at the default installation folder.
    Documents\ComponentOne Sample\WPF\C1.WPF.Input\CS\InputSamples