Inherits from Generic»GObject»Control.
Property | Description |
---|---|
Active Cell | The 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 Height | Determines 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 Color | The background color of the active cell(s). Details |
Cell Foreground Color | The color of the text in the active cell(s). Details |
Cell Size | The size of the active cell(s). Details |
Cell Size:Height | The height of the active cell(s). Details |
Cell Size:Width | The width of the active cell(s). Details |
Column Header Strings | An array of names for the column headers. Details |
Column Headers Visible | Shows the column headers. Details |
Disabled Items | Array of indices of disabled rows (first row is 0). Details |
Horizontal Scrollbar Visible | Shows the horizontal scrollbar. Details |
Item Names | The strings for the selectable items in a two-dimensional array for rows and columns. Details |
Item Symbols | Array of item symbols. Item symbols (0-22) are as shown in the Listbox Symbol Ring constant. Details |
Multiple Line Input | When 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 Columns | Number of columns displayed. Details |
Num Rows | Number of rows displayed. Details |
Selection Color | The color used to highlight the selected items. Details |
Selection Mode | Number of items that may be selected: 0-Zero or One, 1-One, 2-Zero or more, 3-One or more. Details |
Smooth Horizontal Scrolling | When 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 Visible | Shows the item symbols. Details |
Top Left Visible Cell | The 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 Visible | Shows the vertical scrollbar. Details |