[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomListBox.ScrollWidth

The virtual width of the ListBox, in pixels.

Declaration

Source position: stdctrls.pp line 612

public property TCustomListBox.ScrollWidth : Integer
  read GetScrollWidth
  write SetScrollWidth
  default 0;

Description

This property determines, how far the listbox can be scrolled horizontally. In a multi-column ListBox it also determines the total number of vertical columns, together with Columns.

See also

TCustomListBox.Columns

  

The number of visible vertical columns.