Xceed SmartUI Documentation
ListBox Examples
Examples > ListBox Examples

First Example

The first example shows a SmartUI containing ColorListItem SmartItems, with a Caption

This SmartUI:

The ColorListItems' colors are specified in the Value Property. 

Second Example

The second example shows a SmartUI containing ColorOLE SmartItems (the color squares are inside a 3D button), with Caption Property.

This SmartUI:

The ColorOLE SmartItems' colors are specified in the Value Property.

Third Example

The third example shows a SmartUI containing ListItemDefault SmartItems, with Image and Caption.

This SmartUI:

If preferred, we could have added ListItemFullRow SmartItems.

Remarks

Of course, you can customize each item with Bold, HotBold, Underline, HotUnderline, Italic, HotItalic, ForeColor, HotForeColor, Image, HotImage, and so on. Besides, as all those SmartItems can have the Focus, you can specify SelectedBold, SelectedUnderline, SelectedItalic, SelectedImage, and even HotTrackSelect Properties.

See Also