Table Properties

Inherits from Generic»GObject»Control.

PropertyDescription
Active Cell(Row, Col) pair index specifying the active cell. Details
Autosizing Row HeightDetermines 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 ColorBackground color of active cell. Details
Cell FG ColorForeground color of active cell. Details
Cell SizeSize of the active cell in terms of width and height in pixels. Details
Cell Size:HeightHeight of the active cell control in pixels. Details
Cell Size:WidthWidth of the active cell control in pixels. Details
Column Headers VisibleShows 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 ScrollbarShows the horizontal scrollbar. Details
Index Values(Row, Col) pair index of the cell displayed in the top left corner. Details
Index VisibleShows the table indices. Details
Multiple Line InputWhen TRUE, you can enter multiple lines of text into the listbox cells by pressing the <Enter> key. Details
Number of ColumnsNumber of columns in the table. Details
Number of RowsNumber of rows in the table. Details
Row Headers VisibleShows the row headers. Details
Row Headers[]Array of strings of row headers. Details
Selection ColorColor 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 ScrollingWhen TRUE, the horizontal scrolling of the listbox is by pixels, such that the first column may be horizontally clipped. Details
ValueValue of table control: 2-D array of strings. Details
Vert ScrollbarShows the vertical scrollbar. Details