ListItemDefault: ListItemDefault is a standard ListItem. ListItemDefault can have a Image, its length depending on the text width and image width. By setting the Indent, this SmartItem automatically becomes a Node of a TreeView. When the item is selected, the image gets shaded.
ListItemFullRow: ListItemFullRow is a ListItemDefault-type SmartItem, which takes the whole width of the SmartUI.
ListItemCombo: ListItemCombo is a ListItemDefault-type SmartItem, which displays a ComboBox, when it gets the focus.
ListItemEdit: ListItemEdit is a ListItemDefault-type SmartItem, which displays an editable area, when it gets the focus.
ListItemComboEdit: ListItemComboEdit is a ListItemDefault-type SmartItem, which displays an editable ComboBox, when it gets the focus.
ListItemLabel: ListItemLabel is a ListItemDefault-type SmartItem, which displays a static area (not editable), when it gets the focus.
ListItemBrowse: ListItemBrowse is a ListItemDefault-type SmartItem, which displays an area with a Browse button.
ListItemEditBrowse: ListItemEditBrowse is a ListItemDefault-type SmartItem, which displays an editable area with a Browse button.