Table of Contents
ItemListStyle Property

Gets or sets the style properties for the item list.

Syntax
 public ElementStyle ItemListStyle { get; set; }
Remarks

This style applies to the DHTML element that holds all items. It is the scrolling region inside the body section of the ListBox.

See Also