Inherits from Generic»GObject»Control.
| Property | Description |
|---|---|
| Active Cell | (Row, Col) pair index specifying the active cell. Details |
| Autosizing Row Height | Determines whether the rows autosize their height to display all text when fonts change or the number of lines in a cell changes. Details |
| Cell BG Color | Background color of active cell. Details |
| Cell FG Color | Foreground color of active cell. Details |
| Cell Size | Size of the active cell in terms of width and height in pixels. Details |
| Cell Size:Height | Height of the active cell control in pixels. Details |
| Cell Size:Width | Width of the active cell control in pixels. Details |
| Column Headers Visible | Shows the column headers. Details |
| Column Headers[] | Array of strings of column headers. Details |
| Edit Position | (Row, Col) pair index of current text entry. Details |
| Horiz Scrollbar | Shows the horizontal scrollbar. Details |
| Index Values | (Row, Col) pair index of the cell displayed in the top left corner. Details |
| Index Visible | Shows the table indices. Details |
| Multiple Line Input | When TRUE, you can enter multiple lines of text into the listbox cells by pressing the <Enter> key. Details |
| Number of Columns | Number of columns in the table. Details |
| Number of Rows | Number of rows in the table. Details |
| Row Headers Visible | Shows the row headers. Details |
| Row Headers[] | Array of strings of row headers. Details |
| Selection Color | Color used to draw the data selection. Details |
| Selection Size | (Num rows, Num cols) pair specifying the number of rows and columns in the selection. Details |
| Selection Start | (Row, Col) pair index specifying the beginning of data selection (inclusive). Details |
| Smooth Horizontal Scrolling | When TRUE, the horizontal scrolling of the listbox is by pixels, such that the first column may be horizontally clipped. Details |
| Value | Value of table control: 2-D array of strings. Details |
| Vert Scrollbar | Shows the vertical scrollbar. Details |