Requires: Base Development System
Inherits from Generic»GObject»Control. View the class hierarchy.
Property | Description |
---|---|
Active Cell:Active Cell | Sets the row and column of the active cell(s). Details |
Active Cell:Cell Background Color | The background color of active cell(s). Details |
Active Cell:Cell Font | The font of the active cell in the table control. Details |
Active Cell:Cell Font:Bold | Indicates whether the text in the active cell is bold. Details |
Active Cell:Cell Font:Color | The text font color in the active cell. Details |
Active Cell:Cell Font:Italic | Indicates whether the text in the active cell is italic. Details |
Active Cell:Cell Font:Name | The name of the font in the active cell. Predefined font names include App Font, Sys Font, and Dlg Font. Details |
Active Cell:Cell Font:Size | The size of the font in the active cell. Details |
Active Cell:Cell Font:Strikeout | Indicates whether to strike out the text in the active cell. Details |
Active Cell:Cell Font:Underline | Indicates whether the text in the active cell is underlined. Details |
Active Cell:Cell Justification | Gets and sets the justification of text within a table cell. Details |
Active Cell:Cell Size | The size of the active cell(s) in pixels. Details |
Active Cell:Cell Size:Height | The height of the active cell(s) in pixels. Details |
Active Cell:Cell Size:Width | The width of the active cell(s) in pixels. Details |
Active Cell:Position | The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the active cell(s). Details |
Active Cell:Position:Left | The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell. Details |
Active Cell:Position:Top | The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell. Details |
Autosizing Row Height | Determines whether the rows autosize their height to display all text when fonts change or when the number of lines in a cell changes. Details |
Column Header Strings[] | An array of the strings in the column headers. Details |
Content Rect Bounds | The size in pixels of the content rectangle of the table control. Details |
Content Rect Bounds:Height | The height in pixels of the content rectangle of the table control. Details |
Content Rect Bounds:Width | The width in pixels of the content rectangle of the table control. Details |
Content Rect Position | The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the content rectangle of the table control. Details |
Content Rect Position:Left | The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the content rectangle of the table control. Details |
Content Rect Position:Top | The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the content rectangle of the table control. Details |
Default Value | Gets or sets the default value of the table control. Details |
Edit Position | The row-column pair index of the current text entry. Values of (0,0) indicate the top-left text entry. A value of –1 indicates the row or column header. Values of (–2, –2) indicate that no edits are being made to the text of the control. Before you use this property to set text focus on a control, set key focus of the control. Details |
Index Values | Row and column index of the cell displayed in the top left corner. If you display the row and column headers, the non-header cell is the top left corner. Details |
Multiple Line Input | If TRUE, you can enter multiple lines of text in the table cells by pressing the <Enter> key on the keyboard. If FALSE, pressing the <Enter> key on the keyboard while editing cells causes LabVIEW to commit the edits in the current cell and the text focus moves to the next cell. This property does not affect run-time behavior of the table. Details |
Number of Columns | Number of visible columns in the table, including the row headers if visible. The number of columns might change if the vertical scroll bar is visible. This property counts partially visible columns. Details |
Number of Rows | Number of visible rows in the table. If the table uses column headers, this number includes one row for the column headers. The number of rows might change if the horizontal scroll bar is visible. This property counts partially visible rows. Details |
Row Header Strings[] | An array of the strings in the row headers. Details |
Selection Color | Color used to draw the data selection. Details |
Selection Size | Index of the row and column pair that specifies the number of rows and columns in the selection. Details |
Selection Start | Row and column index that specifies the beginning of data selection. Coordinates begin at (0,0), which is top left, and do not include headers. Details |
Size | The width and height in pixels of the table control. Details |
Size:Height | The height of the table control in pixels. Details |
Size:Width | The width of the table control in pixels. Details |
Smooth Horizontal Scrolling | If TRUE, the horizontal scrolling of the table is by pixels, such that the first column may be horizontally clipped. If FALSE, the table scrolls by whole column widths such that the first column is never clipped. However, if a column is wider than the width of the table, you cannot see the text that is hidden off the right edge of that column. Details |
Value | Value of table control: 2D array of strings. Details |
Value (Signaling) | Sets the value of the control and generates a Value Change event. Details |
Visible Items:Column Headers Visible | If TRUE, displays the column headers. Details |
Visible Items:Horizontal Lines Visible | If TRUE, displays horizontal lines that separate rows in the table. Details |
Visible Items:Horizontal Scrollbar Visible | If TRUE, displays the horizontal scroll bar. Details |
Visible Items:Index Visible | Displays the row-column index of the top left visible cell in a table. Details |
Visible Items:Row Headers Visible | Shows the row headers. Details |
Visible Items:Vertical Lines Visible | If TRUE, displays vertical lines that separate columns in the table. Details |
Visible Items:Vertical Scrollbar Visible | If TRUE, displays the vertical scroll bar. Details |