Links are not active on this page.
 Style Tab, List Box Builder

This tab in the List Box builder specifies style, number of rows to display, and incremental searching.

Three-dimensional

Specifies a three-dimensional look for the list box. This option corresponds to the SpecialEffect property.

Plain

Specifies a plain look for the list box. This option corresponds to the SpecialEffect property.

Rows to Display

Sets the Height property of the list box so it displays only the specified number of rows at a time.

Yes, Enable Incremental Searching

Specifies whether the control tries to match an item in the list as the user types each letter. This option corresponds to setting the IncrementalSearch property to .T.

No, Don't Enable Incremental Searching

Disables incremental searching. This option corresponds to setting the IncrementalSearch property to .F.

See Also