MulticolumnListbox Properties

Inherits from Generic»GObject»Control.

PropertyDescription
Active CellThe row and column of the cell(s) to which you will apply later attribute changes. To select column headers, use a row of -1. To select all rows or columns, use a value of -2. Details
Autosizing Row HeightDetermines whether or not the rows autosize their height to display all text when fonts change or when a number of lines in a cell changes. When false, you can have clipped text in cells, and the user will be unable to manually resize the row height at run-time to see all of the text. Details
Cell Background ColorThe background color of the active cell(s). Details
Cell Foreground ColorThe color of the text in the active cell(s). Details
Cell SizeThe size of the active cell(s). Details
Cell Size:HeightThe height of the active cell(s). Details
Cell Size:WidthThe width of the active cell(s). Details
Column Header StringsAn array of names for the column headers. Details
Column Headers VisibleShows the column headers. Details
Disabled ItemsArray of indices of disabled rows (first row is 0). Details
Horizontal Scrollbar VisibleShows the horizontal scrollbar. Details
Item NamesThe strings for the selectable items in a two-dimensional array for rows and columns. Details
Item SymbolsArray of item symbols. Item symbols (0-22) are as shown in the Listbox Symbol Ring constant. Details
Multiple Line InputWhen true you can enter multiple lines of text into the listbox cells by pressing the <Enter> key. When false, hitting the key while editing cells causes the current cell to be committed and the text focus to move to the next cell. This property does not affect run-time behavior of the listbox. Details
Num ColumnsNumber of columns displayed. Details
Num RowsNumber of rows displayed. Details
Selection ColorThe color used to highlight the selected items. Details
Selection ModeNumber of items that may be selected: 0-Zero or One, 1-One, 2-Zero or more, 3-One or more. Details
Smooth Horizontal ScrollingWhen true the horizontal scrolling of the listbox is by pixels, such that the first column may be horizontally clipped. When false, the listbox will scroll by whole column widths such that the first column is never clipped. However, if a column is wider than the width of the listbox, it will be impossible to see the text that is hidden off the right edge of that column. Details
Symbols VisibleShows the item symbols. Details
Top Left Visible CellThe row and column of the the item string displayed in the top left corner. Allows you to read or change the top item, and to read or change the leftmost column of information displayed. Details
Vertical Scrollbar VisibleShows the vertical scrollbar. Details