CheckedListBox
Displays a ListBox in which a check box is displayed to the left of each item.
Last updated
Was this helpful?
Displays a ListBox in which a check box is displayed to the left of each item.
Last updated
Was this helpful?
The is based upon the control but includes a checkbox on the left side of each list item.
Each item within the CheckedListBox control has a checkbox on the left side of it.
The CheckOnClick property of the CheckedListBox control can also be set to accept check state changes on a list item.
Adding Checkboxes to the CheckedListBox control is easy. See the following code snippet:
The above code snippet results in:
Class name
wisej.web.CheckedListBox for the CheckedListBox. wisej.web.listbox.ListItem for each list box item.
Theme appearance
ListBox child components
List Item child components
ToolContainer state
Source code
"list", "listitem" for the items in the list box. See .
"scrollbar-x" is the horizontal scrollbar and "scrollbar-y" is the vertical scrollbar. See .
"checkbox" is the checkbox shown in each list item. "icon" is the icon shown in each list item. .
"listbox", see .