Jump to content

TreeControl class: Difference between revisions

From LabVIEW Wiki
Started page
 
Updated for LabVIEW 2020. Removed template.
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=TreeControl|id=66|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=TreeControl}}
{{VIServerClass|66}}


{{stub}}
{{stub}}
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
== Properties ==
<span class="mw-customtoggle-propertiestable">Show/Hide TreeControl Properties Table</span>
<span class="mw-customtoggle-propertiestable">Show/Hide TreeControl Properties Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
<div style="width: 80%; max-height: 50em; overflow: auto;">
{| class="wikitable sortable"  
|+ TreeControl Properties Table
|+ TreeControl Properties Table
! Property ID
! data-sort-type="number"| Property ID
! Short Name (English)
! Long Name (English)
! Description
! Description
! R/W
! R/W
! RTE
! RTE  
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"  
|756A3C13
| data-sort-value=1969896448 |756A3C00
| [[TreeControl class/ActiveColNum property|ActiveColNum]]
| [[TreeControl class/Column Header Strings() property|Column Header Strings[]]]
|Sets the column of the active cell(s).
| An array of the strings in the column headers.
 
| Read/Write
The following table lists example values for this property.
| Yes
{| class="wikitable"
|- style="background-color:#FFFFCC;"
! scope="col" style="text-align:left;"| Value
| data-sort-value=1969896449 |756A3C01
! scope="col" style="text-align:left;"| Result
| [[TreeControl class/Visible Items.Vertical Scrollbar Visible property|Visible Items:Vertical Scrollbar Visible]]
|- style="vertical-align:top;"
| If TRUE, displays the vertical scroll bar.
| -2
| Read/Write
| Selects all columns.
| Yes
|- style="vertical-align:top;"
|- style="background-color:#FFFFCC;"
| -1
| data-sort-value=1969896450 |756A3C02
| Selects all column headers.
| [[TreeControl class/Visible Items.Horizontal Scrollbar Visible property|Visible Items:Horizontal Scrollbar Visible]]
|- style="vertical-align:top;"
| If TRUE, displays the horizontal scroll bar.
| 0
| Read/Write
| Selects the first column.
| Yes
|- style="vertical-align:top;"
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896451 |756A3C03
| [[TreeControl class/Number of Rows property|Number of Rows]]
| Number of visible rows in the tree control, excluding column headers. This property counts partially visible rows.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896452 |756A3C04
| [[TreeControl class/Number of Columns property|Number of Columns]]
| Number of visible columns in the tree control. This property counts partially visible columns.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896453 |756A3C05
| [[TreeControl class/Visible Items.Column Headers Visible property|Visible Items:Column Headers Visible]]
| If TRUE, displays the column headers.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896454 |756A3C06
| [[TreeControl class/Autosizing Row Height property|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.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896455 |756A3C07
| [[TreeControl class/Multiple Line Input property|Multiple Line Input]]
| If TRUE, you can enter multiple lines of text in the tree control 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 tree control.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896456 |756A3C08
| [[TreeControl class/Selection Color property|Selection Color]]
| The color used to highlight the selected items.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896457 |756A3C09
| [[TreeControl class/Top Left Visible Cell property|Top Left Visible Cell]]
| The unique tag and column of the item string displayed in the top left corner of the tree control. Use this property to read or change the top item, or use it to read or change the leftmost column of information displayed.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896458 |756A3C0A
| [[TreeControl class/Visible Items.Symbols Visible property|Visible Items:Symbols Visible]]
| If TRUE, displays the item symbols.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896459 |756A3C0B
| [[TreeControl class/Keyboard Mode property|Keyboard Mode]]
| Sets how to handle upper and lowercase characters when you type characters in a tree control at run time. Valid values include 0 (System Default), 1 (Case Sensitive), and 2 (Case Insensitive).
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896460 |756A3C0C
| [[TreeControl class/Selection Mode property|Selection Mode]]
| Number of items the user can select. Valid values include 0 (zero or one), 1 (one), 2 (zero or more), and 3 (one or more).
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896461 |756A3C0D
| [[TreeControl class/Active Item.Tag property|Active Item:Tag]]
| The tag of the item(s) to which you want to apply subsequent property changes.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896462 |756A3C0E
| [[TreeControl class/Active Item.Open? property|Active Item:Open?]]
| If TRUE, the active item(s) appears expanded to display items indented under it.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896463 |756A3C0F
| [[TreeControl class/Active Item.Disabled? property|Active Item:Disabled?]]
| If TRUE, the active item(s) appears dimmed and you cannot select the item(s).
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896464 |756A3C10
| [[TreeControl class/Active Item.Child-Only? property|Active Item:Child-Only?]]
| If TRUE, you cannot indent other items under the active item(s).
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896465 |756A3C11
| [[TreeControl class/Active Item.Indent Level property|Active Item:Indent Level]]
| The level at which the active item(s) appears in the hierarchy. Wire a value of <code>0</code> to this property to move the item to the highest level in the hierarchy.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896466 |756A3C12
| [[TreeControl class/Active Item.Symbol Index property|Active Item:Symbol Index]]
| The index of the symbol for the active item(s).
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896467 |756A3C13
| [[TreeControl class/Active Cell.Active Column Number property|Active Cell:Active Column Number]]
| Sets the column of the active cell(s).
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896468 |756A3C14
| [[TreeControl class/Active Cell.Background Color property|Active Cell:Background Color]]
| The background color of the active cell(s).
| Read/Write
| Yes
|- style="background-color:#FFAAAA;"
| data-sort-value=1969896469 |756A3C15
| [[TreeControl class/Active Cell.Foreground Color property|Active Cell:Foreground Color]]
|
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896470 |756A3C16
| [[TreeControl class/Active Cell.Cell Size property|Active Cell:Cell Size]]
| The size of the active cell(s) in pixels.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896471 |756A3C17
| [[TreeControl class/Active Cell.Cell Size.Height property|Active Cell:Cell Size:Height]]
| The height of the active cell(s) in pixels.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896472 |756A3C18
| [[TreeControl class/Active Cell.Cell Size.Width property|Active Cell:Cell Size:Width]]
| The width of the active cell(s) in pixels.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896473 |756A3C19
| [[TreeControl class/Active Cell.String property|Active Cell:String]]
| The string in the active cell(s).
| Read/Write
| Yes
|- style="background-color:#FFAAAA;"  
| data-sort-value=1969896474 |756A3C1A
| [[TreeControl class/Twisty Type property|Twisty Type]]
|
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896476 |756A3C1C
| [[TreeControl class/Displayed Items property|Displayed Items]]
| Returns the unique tags of all visible items in the tree control in display order. If an item is indented under another item and the parent item is not expanded, this property does not return the tags of any items indented under that parent item.
| Read Only
| Yes
|- style="background-color:#FFAAAA;"
| data-sort-value=1969896477 |756A3C1D
| [[TreeControl class/Visible Items.Hierarchy Lines Visible Old property|Visible Items:Hierarchy Lines Visible Old]]
|
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896478 |756A3C1E
| [[TreeControl class/Allow Selection of Parent Items property|Allow Selection of Parent Items]]
| If TRUE, users can select items that have other items indented under them and items that are not child-only and do not have other items indented under them. If FALSE, users can select only items with a value of TRUE for the [[Child-Only?]] property.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896479 |756A3C1F
| [[TreeControl class/Drag/Drop.Allow Dragging of Parent Items property|Drag/Drop:Allow Dragging of Parent Items]]
| If FALSE, the user cannot drag an item in the tree control unless the item is child-only.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896480 |756A3C20
| [[TreeControl class/Drag/Drop.Allow Dropping Between Items property|Drag/Drop:Allow Dropping Between Items]]
| If FALSE, the user cannot drag an item to place it between two other items at the same hierarchical level.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896481 |756A3C21
| [[TreeControl class/Visible Items.Vertical Lines Visible property|Visible Items:Vertical Lines Visible]]
| If TRUE, displays vertical lines that separate columns in the tree control.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896482 |756A3C22
| [[TreeControl class/Visible Items.Horizontal Lines Visible property|Visible Items:Horizontal Lines Visible]]
| If TRUE, displays horizontal lines that separate rows in the tree control.
| Read/Write
| Yes
|- style="background-color:#FFAAAA;"  
| data-sort-value=1969896483 |756A3C23
| [[TreeControl class/Drag/Drop.Allow Dragging (Deprecated) property|Drag/Drop:Allow Dragging (Deprecated)]]
|
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896484 |756A3C24
| [[TreeControl class/Expand/Contract Symbol.Symbol Type property|Expand/Contract Symbol:Symbol Type]]
| The type of symbol to display next to each item that has other items indented under it. Valid values include 0 (None), 1 (LabVIEW), 2 (Mac OS X), 3 (Windows), and 4 (Default).
| Read/Write
| Yes
|- style="background-color:#FFAAAA;"
| data-sort-value=1969896485 |756A3C25
| [[TreeControl class/Active Cell.Old Cell Size property|Active Cell:Old Cell Size]]
|
| Read/Write
| Yes
|- style="background-color:#FFAAAA;"  
| data-sort-value=1969896486 |756A3C26
| [[TreeControl class/Active Cell.OldHeight property|Active Cell:OldHeight]]
|  
|  
| Wire the index of a specific column to select a specific column.
| Read/Write
|}
| Yes
 
|- style="background-color:#FFAAAA;"  
|R/W
| data-sort-value=1969896487 |756A3C27
|X
| [[TreeControl class/Active Cell.OldWidth property|Active Cell:OldWidth]]
|- style="background-color:#FFFFCC;"
|756A3C14
| [[TreeControl class/CellBG property|CellBG]]
|The background color of the active cell(s).
 
You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C34
| [[TreeControl class/CellFont property|CellFont]]
|The font of the active cell in the tree control.
 
Use this property to change the size, style, or color of the cell font. You cannot use this property with a strict type definition.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C37
| [[TreeControl class/CellFontBold property|CellFontBold]]
|Indicates whether the text in the active cell is bold.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C3B
| [[TreeControl class/CellFontColor property|CellFontColor]]
|The text font color in the active cell.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C38
| [[TreeControl class/CellFontItalic property|CellFontItalic]]
|Indicates whether the text in the active cell is italic.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C35
| [[TreeControl class/CellFontName property|CellFontName]]
|The name of the font in the active cell. Predefined font names include App Font, Sys Font, and Dlg Font.
 
This property is an element of the Active Cell:Cell Font property.
 
If you select an invalid font, this property returns an error.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C36
| [[TreeControl class/CellFontSize property|CellFontSize]]
|The size of the font in the active cell.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C3A
| [[TreeControl class/CellFontStrike property|CellFontStrike]]
|Indicates whether to strike out the text in the active cell.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C39
| [[TreeControl class/CellFontUnder property|CellFontUnder]]
|Indicates whether the text in the active cell is underlined.
 
This property is an element of the Active Cell:Cell Font property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C3C
| [[TreeControl class/CellJustify property|CellJustify]]
|Gets and sets the justification of text.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C16
| [[TreeControl class/CellSize property|CellSize]]
|The size of the active cell(s) in pixels.
 
Changing the cell size does not change the size of the tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C17
| [[TreeControl class/Height property|Height]]
|The height of the active cell(s) in pixels.
 
This property is an element of the Active Cell:Cell Size property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C18
| [[TreeControl class/Width property|Width]]
|The width of the active cell(s) in pixels.
 
This property is an element of the Active Cell:Cell Size property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C31
| [[TreeControl class/ActiveCellPos property|ActiveCellPos]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the active cell(s).
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C32
| [[TreeControl class/ActiveCellPosLeft property|ActiveCellPosLeft]]
|The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell.
 
This property is an element of the Active Cell:Position property.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C33
| [[TreeControl class/ActiveCellPosTop property|ActiveCellPosTop]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell.
 
This property is an element of the Active Cell:Position property.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C19
| [[TreeControl class/Cell String property|Cell String]]
|The string in the active cell(s).
 
If the active cell is all columns or all rows, this property returns an error.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C10
| [[TreeControl class/Child-Only? property|Child-Only?]]
|If TRUE, you cannot indent other items under the active item(s).
 
If the active item is the column headers or if the active item has other items indented under it, this property returns an error. If the active item is all rows, the property returns an error.
 
This property is similar to the Child-Only Item item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C0F
| [[TreeControl class/Disabled? property|Disabled?]]
|If TRUE, the active item(s) appears dimmed and you cannot select the item(s).
 
If the active item is the column headers or all rows, this property returns an error.
 
This property is similar to the Disable Item item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C11
| [[TreeControl class/Indent Level property|Indent Level]]
|The level at which the active item(s) appears in the hierarchy. Wire a value of 0 to this property to move the item to the highest level in the hierarchy.
 
If the active item is the column headers, this property returns an error. If the active item is all rows, this property returns an error.
 
If you wire a value to this property that is more than one level greater than the indent level of the item above the item you want to indent, this property returns an error.
 
This property is similar to the Indent Item and Outdent Item items on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C0E
| [[TreeControl class/Open? property|Open?]]
|If TRUE, the active item(s) appears expanded to display items indented under it.
 
If the active item is the column headers or all rows, this property returns an error.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C42
| [[TreeControl class/ActiveItemRowNumber property|ActiveItemRowNumber]]
|The row number of the item to which you want to apply subsequent property changes. Wire a value of &#8211;1 to this property to select the column headers. Wire a value of &#8211;2 to select all rows.
 
When you read this property, this property returns the row number of the active item. When you write to this property, this property sets the active item to the row number you specify. This property returns an error if you specify an invalid row number. An invalid row is an empty row below the tree.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C12
| [[TreeControl class/Symbol property|Symbol]]
|The index of the symbol for the active item(s).
 
You can use a listbox symbol ring constant to view the default item symbols. You can use the Custom Item Symbols methods to customize item symbols.
 
If the active item is the column headers, this property returns an error. If the active item is all rows and you read this property, the property returns an error.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C0D
| [[TreeControl class/ActiveItemTag property|ActiveItemTag]]
|The tag of the item(s) to which you want to apply subsequent property changes.
 
The following table lists example values for this property.
{| class="wikitable"
! scope="col" style="text-align:left;"| Value
! scope="col" style="text-align:left;"| Result
|- style="vertical-align:top;"
| TREE_COLUMN_HEADERS
| Selects all column headers.
|- style="vertical-align:top;"
| TREE_ALL_ROWS
| Selects all rows.
|- style="vertical-align:top;"
|  
|  
| Wire the tag of a specific item to select a specific item.
| Read/Write
|}
| Yes
 
|- style="background-color:#FFFFCC;"
|R/W
| data-sort-value=1969896488 |756A3C28
|X
| [[TreeControl class/Size property|Size]]
|- style="background-color:#FFFFCC;"
| The width and height in pixels of the tree control.
|756A3C43
| Read/Write
| [[TreeControl class/All Tags property|All Tags]]
| Yes
|The tags of all items in a tree control. This property returns the tags of both visible and hidden items in order from the top of the tree control to the bottom.
|- style="background-color:#FFFFCC;"
|R
| data-sort-value=1969896489 |756A3C29
|X
| [[TreeControl class/Size.Width property|Size:Width]]
|- style="background-color:#FFFFCC;"
| The width of the active cell(s) in pixels.
|756A3C3D
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896490 |756A3C2A
| [[TreeControl class/Size.Height property|Size:Height]]
| The height of the active cell(s) in pixels.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896491 |756A3C2B
| [[TreeControl class/Content Rect Position property|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 tree control.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896492 |756A3C2C
| [[TreeControl class/Content Rect Position.Left property|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 tree control.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896493 |756A3C2D
| [[TreeControl class/Content Rect Position.Top property|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 tree control.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896494 |756A3C2E
| [[TreeControl class/Content Rect Bounds property|Content Rect Bounds]]
| The size in pixels of the content rectangle of the tree control.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896495 |756A3C2F
| [[TreeControl class/Content Rect Bounds.Width property|Content Rect Bounds:Width]]
| The width in pixels of the content rectangle of the tree control.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896496 |756A3C30
| [[TreeControl class/Content Rect Bounds.Height property|Content Rect Bounds:Height]]
| The height in pixels of the content rectangle of the tree control.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896497 |756A3C31
| [[TreeControl class/Active Cell.Position property|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).
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896498 |756A3C32
| [[TreeControl class/Active Cell.Position.Left property|Active Cell:Position:Left]]
| The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896499 |756A3C33
| [[TreeControl class/Active Cell.Position.Top property|Active Cell:Position:Top]]
| The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell.
| Read Only
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896500 |756A3C34
| [[TreeControl class/Active Cell.Cell Font property|Active Cell:Cell Font]]
| The font of the active cell in the tree control.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896501 |756A3C35
| [[TreeControl class/Active Cell.Cell Font.Name property|Active Cell:Cell Font:Name]]
| The name of the font in the active cell. Predefined font names include <code>App Font</code>, <code>Sys Font</code>, and <code>Dlg Font</code>.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896502 |756A3C36
| [[TreeControl class/Active Cell.Cell Font.Size property|Active Cell:Cell Font:Size]]
| The size of the font in the active cell.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896503 |756A3C37
| [[TreeControl class/Active Cell.Cell Font.Bold property|Active Cell:Cell Font:Bold]]
| Indicates whether the text in the active cell is bold.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896504 |756A3C38
| [[TreeControl class/Active Cell.Cell Font.Italic property|Active Cell:Cell Font:Italic]]
| Indicates whether the text in the active cell is italic.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896505 |756A3C39
| [[TreeControl class/Active Cell.Cell Font.Underline property|Active Cell:Cell Font:Underline]]
| Indicates whether the text in the active cell is underlined.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896506 |756A3C3A
| [[TreeControl class/Active Cell.Cell Font.Strikeout property|Active Cell:Cell Font:Strikeout]]
| Indicates whether to strike out the text in the active cell.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896507 |756A3C3B
| [[TreeControl class/Active Cell.Cell Font.Color property|Active Cell:Cell Font:Color]]
| The text font color in the active cell.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"
| data-sort-value=1969896508 |756A3C3C
| [[TreeControl class/Active Cell.Cell Justification property|Active Cell:Cell Justification]]
| Gets and sets the justification of text.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896509 |756A3C3D
| [[TreeControl class/Allow Editing Cells property|Allow Editing Cells]]
| [[TreeControl class/Allow Editing Cells property|Allow Editing Cells]]
|If TRUE, users can edit non-header cells in this control at run time by clicking the cell text and then clicking it a second time after a short pause. If FALSE, users cannot edit non-header cells.
| If TRUE, users can edit non-header cells in this control at run time by clicking the cell text and then clicking it a second time after a short pause. If FALSE, users cannot edit non-header cells.
 
| Read/Write
This property is similar to the Editable Cells item on the shortcut menu of a tree control.
| Yes
|R/W
|- style="background-color:#FFAAAA;"  
|X
| data-sort-value=1969896510 |756A3C3E
|- style="background-color:#FFFFCC;"
| [[TreeControl class/Old Edit Position property|Old Edit Position]]
|756A3C1E
|  
| [[TreeControl class/Allow Selection of Parent Items property|Allow Selection of Parent Items]]
| Read/Write
|If TRUE, users can select items that have other items indented under them and items that are not child-only and do not have other items indented under them. If FALSE, users can select only items with a value of TRUE for the Child-Only? property.
| Yes
 
|- style="background-color:#FFFFCC;"  
This property is similar to the Allow Selection of Parent Items item on the shortcut menu of a tree control.
| data-sort-value=1969896511 |756A3C3F
|R/W
| [[TreeControl class/Visible Items.Row Headers Visible property|Visible Items:Row Headers Visible]]
|X
| Shows the row headers.
|- style="background-color:#FFFFCC;"
| Read/Write
|756A3C06
| Yes
| [[TreeControl class/AutoRowHt property|AutoRowHt]]
|- style="background-color:#FFFFCC;"  
|Determines whether the rows autosize their height to display all text when fonts change or when the number of lines in a cell changes.
| data-sort-value=1969896512 |756A3C40
 
| [[TreeControl class/Row Header Strings() property|Row Header Strings[]]]
If 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. This property affects only user input. If you use the Value property to set the item strings, the rows do not automatically resize. To resize the rows, set this property to FALSE and then set it back to TRUE.
| An array of the strings in the row headers.
 
| Read/Write
This property is similar to the Autosize Row Height item on the shortcut menu of a tree control.
| Yes
|R/W
|- style="background-color:#CCFFFF;"  
|X
| data-sort-value=1969896513 |756A3C41
|- style="background-color:#FFFFCC;"
|756A3C00
| [[TreeControl class/ColHdrs() property|ColHdrs()]]
|An array of the strings in the column headers.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C2E
| [[TreeControl class/ContentRectBounds property|ContentRectBounds]]
|The size in pixels of the content rectangle of the tree control.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C30
| [[TreeControl class/ContentRectBoundsHeight property|ContentRectBoundsHeight]]
|The height in pixels of the content rectangle of the tree control.
 
This property is an element of the Content Rect Bounds property.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C2F
| [[TreeControl class/ContentRectBoundsWidth property|ContentRectBoundsWidth]]
|The width in pixels of the content rectangle of the tree control.
 
This property is an element of the Content Rect Bounds property.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C2B
| [[TreeControl class/ContentRectPos property|ContentRectPos]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the content rectangle of the tree control.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C2C
| [[TreeControl class/ContentRectPosLeft property|ContentRectPosLeft]]
|The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the content rectangle of the tree control.
 
This property is an element of the Content Rect Position property.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C2D
| [[TreeControl class/ContentRectPosTop property|ContentRectPosTop]]
|The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the content rectangle of the tree control.
 
This property is an element of the Content Rect Position property.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C1C
| [[TreeControl class/DispItems property|DispItems]]
|Returns the unique tags of all visible items in the tree control in display order. If an item is indented under another item and the parent item is not expanded, this property does not return the tags of any items indented under that parent item.
|R
|X
|- style="background-color:#FFFFCC;"
|756A3C4A
| [[TreeControl class/AllowDragOutsideControl property|AllowDragOutsideControl]]
|If TRUE, this enables the control to drag items to other controls and accept drags from other controls.
 
Use the Control events for more control over how users drag items within controls.
 
You can use this property with the Drag/Drop:Allow Dragging and the Drag/Drop:Allow Dropping properties to allow data dragging to other controls and to accept data drops from other controls.
 
This property is similar to the Allow Drag Drop Outside Control item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C46
| [[TreeControl class/Allow Item Drag property|Allow Item Drag]]
|If TRUE, you can drag items from this control.
 
Use the Control events for more control over how users drag and drop items within controls. This property is similar to the Allow Dragging item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C1F
| [[TreeControl class/Allow Dragging of Parent Items property|Allow Dragging of Parent Items]]
|If FALSE, the user cannot drag an item in the tree control unless the item is child-only.
 
Use the Control events for more control over how users drag items within the tree control.
 
This property is similar to the Allow Dragging of Parent Items item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C47
| [[TreeControl class/Allow Dropping property|Allow Dropping]]
|If TRUE, LabVIEW automatically accepts drops containing the LV_TREE_TAG, LV_TEXT, or LV_TREE_ITEMS data types. The LV_TREE_TAG data type is a string that represents the tag from which you drag. The LV_TEXT data type is of type string. The LV_TREE_ITEMS data type is an  array of a cluster containing an array of strings, from left to right, in the item you are dragging, an integer representing the glyph index associated with the item from which you are dragging data, and an integer representing the indent level of the item from which you are dragging.
 
Use the Control events for more control over how users drag items within controls.
 
This property is similar to the Allow Dropping item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C20
| [[TreeControl class/Allow Dropping Between Items property|Allow Dropping Between Items]]
|If FALSE, the user cannot drag an item to place it between two other items at the same hierarchical level.
 
Use the Control events for more control over how users drag items within the tree control.
 
This property is similar to the Allow Dropping Between Items item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C49
| [[TreeControl class/Drag Mode property|Drag Mode]]
|Sets the default behavior for a drag and drop operation for the control. The settings apply only when the control configured is the source of the drag and drop operation.
 
Use the Control events for more control over how users drag and drop items within controls.
 
This property is similar to the Drag Mode item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C4C
| [[TreeControl class/EditPos property|EditPos]]
|The row-column pair index of the current text entry. Values of (0,0) indicate the top-left text entry. A value of &#8211;1 indicates the row or column header. Values of (&#8211;2, &#8211;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.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Row
|The row of the current text entry. Possible values are 0…n, where n is the total number of rows - 1. Enter &#8211;1 to select a column header.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Column
|The column of the current text entry. Possible values are 0…m, where m is the total number of columns - 1. Enter &#8211;1 to select a row header.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C48
| [[TreeControl class/Show Symbol at Root property|Show Symbol at Root]]
|Shows or hides the expand/contract symbols for items at indent level 0. The indent level 0 items become flush with the left side of the tree control when you hide the expand/contract symbols.
 
If you hide the expand/contract symbols, you can still expand or collapse an item at indent level 0 by double-clicking the item.
 
To disable the double-clicking functionality, wire a True constant to the Discard? parameter of the Item Close? event.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C24
| [[TreeControl class/Symbol Type property|Symbol Type]]
|The type of symbol to display next to each item that has other items indented under it. Valid values include 0 (None), 1 (LabVIEW), 2 (Mac OS X), 3 (Windows), and 4 (Default).
 
This property is similar to the Expand/Contract Symbol Type item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#D1BB80;"
|756A3C4E
| [[TreeControl class/FocusItem property|FocusItem]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|756A3C41
| [[TreeControl class/Is Array? property|Is Array?]]
| [[TreeControl class/Is Array? property|Is Array?]]
|Returns TRUE if the tree has an array data type.
| Returns TRUE if the tree has an array data type.
|R/W
| Read/Write
|X
| Yes
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"  
|756A3C0B
| data-sort-value=1969896514 |756A3C42
| [[TreeControl class/KBrdMode property|KBrdMode]]
| [[TreeControl class/Active Item.Row Number property|Active Item:Row Number]]
|Sets how to handle upper and lowercase characters when you type characters in a tree control at run time. Valid values include 0 (System Default), 1 (Case Sensitive), and 2 (Case Insensitive).
| The row number of the item to which you want to apply subsequent property changes. Wire a value of <code>-1</code> to this property to select the column headers. Wire a value of <code>-2</code> to select all rows.
 
| Read/Write
This property is similar to the Keyboard Mode item on the shortcut menu of a tree control.
| Yes
|R/W
|- style="background-color:#FFFFCC;"  
|X
| data-sort-value=1969896515 |756A3C43
|- style="background-color:#FFFFCC;"
| [[TreeControl class/All Tags property|All Tags]]
|756A3C07
| The tags of all items in a tree control. This property returns the tags of both visible and hidden items in order from the top of the tree control to the bottom.
| [[TreeControl class/MultilineInput property|MultilineInput]]
| Read Only
|If TRUE, you can enter multiple lines of text in the tree control cells by pressing the  key on the keyboard. If FALSE, pressing the  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 tree control.
| Yes
 
|- style="background-color:#FFFFCC;"  
This property is similar to the Multi-line Input item on the shortcut menu of a tree control.
| data-sort-value=1969896516 |756A3C44
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C04
| [[TreeControl class/NumCols property|NumCols]]
|Number of visible columns in the tree control. This property counts partially visible columns.
 
If you wire a value of 0 to this property, LabVIEW displays the leftmost column. The tree control resizes according to the number of columns you set.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C03
| [[TreeControl class/NumRows property|NumRows]]
|Number of visible rows in the tree control, excluding column headers. This property counts partially visible rows.
 
If you wire a value of 0 to this property, LabVIEW displays the topmost row. The tree control resizes according to the number of rows you set.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C40
| [[TreeControl class/RowHdrs() property|RowHdrs()]]
|An array of the strings in the row headers.
|R/W
|X
|- style="background-color:#CCFFFF;"
|756A3C4B
| [[TreeControl class/SelectEntireRows property|SelectEntireRows]]
|Highlights the entire row if you select a row in the tree.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C08
| [[TreeControl class/SelColor property|SelColor]]
|The color used to highlight the selected items.
 
You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C0C
| [[TreeControl class/SelMode property|SelMode]]
|Number of items the user can select. Valid values include 0 (zero or one), 1 (one), 2 (zero or more), and 3 (one or more).
 
A single-selection tree control has a scalar data type, and a multiple-selection tree control has an array data type. If you set this property for a single-selection tree control to a value of 2 or 3, LabVIEW returns an error because LabVIEW cannot change the data type from scalar to array at run time.
 
This property is similar to the Selection Mode item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C44
| [[TreeControl class/Sibling Multiselect property|Sibling Multiselect]]
| [[TreeControl class/Sibling Multiselect property|Sibling Multiselect]]
|If TRUE and the Selection Mode is <b>0 or More Items</b>, users can select multiple items only if those items are siblings.
| If TRUE and the [[Selection Mode]] is '''0 or More Items''', users can select multiple items only if those items are siblings.
 
| Read/Write
If you enable Sibling Multiselect, but there are multiple non-sibling items already selected, subsequent selection behavior might not be intuitive. If you reset the selection to something valid, the selection behavior returns to normal.
| Yes
 
|- style="background-color:#FFFFCC;"
This property is similar to the <b>Selection Mode&#0187;</b>Limit Multiselect to Siblings item on the shortcut menu of a tree control.
| data-sort-value=1969896518 |756A3C46
|R/W
| [[TreeControl class/Drag/Drop.Allow Dragging property|Drag/Drop:Allow Dragging]]
|X
| If TRUE, you can drag items from this control.
|- style="background-color:#FFFFCC;"
| Read/Write
|756A3C28
| Yes
| [[TreeControl class/Size property|Size]]
|- style="background-color:#FFFFCC;"  
|The width and height in pixels of the tree control.
| data-sort-value=1969896519 |756A3C47
 
| [[TreeControl class/Drag/Drop.Allow Dropping property|Drag/Drop:Allow Dropping]]
This property sizes the tree control similar to the Size property in the Listbox and Table control classes. This property is also similar to the <b>Size Height</b> and <b>Size Width</b> options on the Appearance page of the <b>Properties</b> dialog box.
| If TRUE, LabVIEW automatically accepts drops containing the <code>LV_TREE_TAG</code>, <code>LV_TEXT</code>, or <code>LV_TREE_ITEMS</code> data types. The <code>LV_TREE_TAG</code> data type is a string that represents the tag from which you drag. The <code>LV_TEXT</code> data type is of type string. The <code>LV_TREE_ITEMS</code> data type is an  array of a cluster containing an array of strings, from left to right, in the item you are dragging, an integer representing the glyph index associated with the item from which you are dragging data, and an integer representing the indent level of the item from which you are dragging.
|R/W
| Read/Write
|X
| Yes
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"  
|756A3C2A
| data-sort-value=1969896520 |756A3C48
| [[TreeControl class/Height property|Height]]
| [[TreeControl class/Expand/Contract Symbol.Show Symbol at Root property|Expand/Contract Symbol:Show Symbol at Root]]
|The height of the active cell(s) in pixels.
| Shows or hides the expand/contract symbols for items at indent level 0. The indent level 0 items become flush with the left side of the tree control when you hide the expand/contract symbols.
 
| Read/Write
This property is an element of the Active Cell:Cell Size property.
| Yes
|R/W
|- style="background-color:#FFFFCC;"  
|X
| data-sort-value=1969896521 |756A3C49
|- style="background-color:#FFFFCC;"
| [[TreeControl class/Drag/Drop.Drag Mode property|Drag/Drop:Drag Mode]]
|756A3C29
| Sets the default behavior for a drag and drop operation for the control. The settings apply only when the control configured is the source of the drag and drop operation.
| [[TreeControl class/Width property|Width]]
| Read/Write
|The width of the active cell(s) in pixels.
| Yes
 
|- style="background-color:#FFFFCC;"  
This property is an element of the Active Cell:Cell Size property.
| data-sort-value=1969896522 |756A3C4A
|R/W
| [[TreeControl class/Drag/Drop.Allow Drag and Drop Outside Control property|Drag/Drop:Allow Drag and Drop Outside Control]]
|X
| If TRUE, this enables the control to drag items to other controls and accept drags from other controls.
|- style="background-color:#FFFFCC;"
| Read/Write
|756A3C09
| Yes
| [[TreeControl class/TopLeft property|TopLeft]]
|- style="background-color:#CCFFFF;"
|The unique tag and column of the item string displayed in the top left corner of the tree control. Use this property to read or change the top item, or use it to read or change the leftmost column of information displayed.
| data-sort-value=1969896523 |756A3C4B
 
| [[TreeControl class/Select Entire Rows property|Select Entire Rows]]
If you wire a tag of TREE_COLUMN_HEADERS or TREE_ALL_ROWS or a column of &#8211;2 to this property, the property returns an error. If the tree control contains no items, this property returns an error.
| Highlights the entire row if you select a row in the tree.
 
| Read/Write
This property returns the tag and column of the item string at the top left corner of the visible tree window, which is not necessarily the top left element of the tree. To access the top left element, wire a value of 0 to the Active Cell:Active Column Number property and to the Active Item:Row Number property.
| Yes
 
|- style="background-color:#FFFFCC;"
{| class="wikitable"
| data-sort-value=1969896524 |756A3C4C
|+ scope="col" style="text-align:left;"|Elements:
| [[TreeControl class/Edit Position property|Edit Position]]
! scope="col" style="text-align:left;"| Name
| 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.
! scope="col" style="text-align:left;"| Description
| Read/Write
|- style="vertical-align:top;"
| Yes
! scope="row" style="text-align:left;"|Node
|- style="background-color:#FFFFCC;"  
|The value that appears in the top left corner of the tree control.
| data-sort-value=1969896525 |756A3C4D
|- style="vertical-align:top;"
| [[TreeControl class/Visible Items.Hierarchy Lines Visible property|Visible Items:Hierarchy Lines Visible]]
! scope="row" style="text-align:left;"|Column
| If '''Visible''', lines to outline the hierarchy of the items are always visible as vertical and horizontal lines to the left of the items in the tree control. If '''Invisible''', the hierarchy lines are always invisible. If '''OS Default''', LabVIEW displays the hierarchy lines if trees in the operating system show hierarchy lines.
| The index of the leftmost column of information displayed in the tree control.
| Read/Write
| Yes
|- style="background-color:#FFFFCC;"  
| data-sort-value=1969896526 |756A3C4E
| [[TreeControl class/Focus Item property|Focus Item]]
| Reads or writes an item tag to specify the tree's focus item, which is used as the basis when navigating using the arrow keys.
| Read/Write
| Yes
|}
|}
|R/W
</div></div>
|X
|- style="background-color:#FFFFCC;"
|756A3C05
| [[TreeControl class/ColHdrVis property|ColHdrVis]]
|If TRUE, displays the column headers.
 
This property is similar to the <b>Visible Items&#0187;</b>Column Headers item on the shortcut menu of a tree control and the <b>Show column headers</b> option on the Appearance page of the <b>Tree Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C4D
| [[TreeControl class/HierarchyLinesVis property|HierarchyLinesVis]]
|If <b>Visible</b>, lines to outline the hierarchy of the items are always visible as vertical and horizontal lines to the left of the items in the tree control. If <b>Invisible</b>, the hierarchy lines are always invisible. If <b>OS Default</b>, LabVIEW displays the hierarchy lines if trees in the operating system show hierarchy lines.
 
This property is similar to the <b>Visible Items&#0187;</b>Hierarchy Lines item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C22
| [[TreeControl class/Horizontal Lines Visible property|Horizontal Lines Visible]]
|If TRUE, displays horizontal lines that separate rows in the tree control.
 
This property is similar to the <b>Visible Items&#0187;</b>Horizontal Lines item on the shortcut menu of a tree control and the <b>Show horizontal lines</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C02
| [[TreeControl class/HScrollVis property|HScrollVis]]
|If TRUE, displays the horizontal scroll bar.
 
This property is similar to the <b>Visible Items&#0187;</b>Horizontal Scrollbar item on the shortcut menu of a tree control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C3F
| [[TreeControl class/RowHdrVis property|RowHdrVis]]
|Shows the row headers.
 
This property is similar to the <b>Visible Items&#0187;</b>Row Headers item on the shortcut menu of a tree control and to the <b>Show row headers</b> option on the Appearance page of the <b>Tree Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C0A
| [[TreeControl class/SymsVis property|SymsVis]]
|If TRUE, displays the item symbols.


This property is similar to the <b>Visible Items&#0187;</b>Symbols item on the shortcut menu of a tree control and the <b>Show symbols</b> option on the Appearance page of the <b>Properties</b> dialog box.
== Methods ==
|R/W
''This class has no methods or it inherits methods from its parent: [[Control class#Methods|Control Class]].''
|X
|- style="background-color:#FFFFCC;"
|756A3C21
| [[TreeControl class/Vertical Lines Visible property|Vertical Lines Visible]]
|If TRUE, displays vertical lines that separate columns in the tree control.


This property is similar to the <b>Visible Items&#0187;</b>Vertical Lines item on the shortcut menu of a tree control and the <b>Show vertical lines</b> option on the Appearance page of the <b>Properties</b> dialog box.
== Events ==
|R/W
|X
|- style="background-color:#FFFFCC;"
|756A3C01
| [[TreeControl class/VScrollVis property|VScrollVis]]
|If TRUE, displays the vertical scroll bar.
 
This property is similar to the <b>Visible Items&#0187;</b>Vertical Scrollbar item on the shortcut menu of a tree control.
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide TreeControl Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ TreeControl Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|756A380F
| [[TreeControl class/Custom Item Symbols.Get Symbol method|Custom Item Symbols.Get Symbol]]
|Returns the item symbol as a cluster of image data so you can draw it as a picture using the Draw Flattened Pixmap VI or save the image to a file using the Graphics Formats VIs.
 
The cluster returned by this method is similar to the image data output of the Read JPEG File, Read PNG File, and Read BMP File VIs.
|X
|- style="background-color:#FFFFCC;"
|756A3810
| [[TreeControl class/Custom Item Symbols.Get Symbol Array method|Custom Item Symbols.Get Symbol Array]]
|Returns the item symbols as an array of clusters of image data so you can draw them as pictures using the Draw Flattened Pixmap VI or save the images to files using the Graphics Formats VIs.
 
The clusters returned by this method are similar to the image data output of the Read JPEG File, Read PNG File, and Read BMP File VIs.
|X
|- style="background-color:#FFFFCC;"
|756A3814
| [[TreeControl class/Custom Item Symbols.Revert Symbols method|Custom Item Symbols.Revert Symbols]]
|Resets all item symbols to the default symbols.
 
You can use a listbox symbol ring constant to view the default item symbols.
|X
|- style="background-color:#FFFFCC;"
|756A3813
| [[TreeControl class/Custom Item Symbols.Revert Symbol method|Custom Item Symbols.Revert Symbol]]
|Resets an item symbol to the default symbol for its index.
|X
|- style="background-color:#FFFFCC;"
|756A3811
| [[TreeControl class/Custom Item Symbols.Set Symbol method|Custom Item Symbols.Set Symbol]]
|Sets the image of an item symbol.
 
If you want to use a picture to set the symbol, use the Picture to Pixmap VI to convert the data to an <b>image data</b> cluster before using this method. The <b>image</b> cluster you wire to this method is similar to the <b>image data</b> input of the Write JPEG File, Write PNG File, and Write BMP File VIs.
|X
|- style="background-color:#FFFFCC;"
|756A3812
| [[TreeControl class/Custom Item Symbols.Set Symbol Array method|Custom Item Symbols.Set Symbol Array]]
|Sets the images of all item symbols.
 
If you want to use a picture to set the symbols, use the Picture to Pixmap VI to convert the data to an <b>image data</b> cluster before using this method. The <b>image</b> clusters you wire to this method are similar to the <b>image data</b> input of the Write JPEG File, Write PNG File, and Write BMP File VIs.
|X
|- style="background-color:#FFFFCC;"
|756A380A
| [[TreeControl class/Double Click method|Double Click]]
|Returns the unique tag of the last item the user double-clicked or returns an empty string if the user did not double-click an item since you last called this method.
 
You also can use the Double Click event to obtain information about items that the user double-clicks in the tree control.
|X
|- style="background-color:#FFFFCC;"
|756A3804
| [[TreeControl class/Edit Tree Items.Add Item method|Edit Tree Items.Add Item]]
|Adds an item to the tree control.
 
This method is similar to the <b>Insert Item Before</b> item on the shortcut menu of a tree control.
|X
|- style="background-color:#FFFFCC;"
|756A3805
| [[TreeControl class/Edit Tree Items.Add Item to End method|Edit Tree Items.Add Item to End]]
|Adds an item after all existing items in the tree control.
|X
|- style="background-color:#FFFFCC;"
|756A3817
| [[TreeControl class/Edit Tree Items.Add Multiple Items to End method|Edit Tree Items.Add Multiple Items to End]]
|Adds items after all existing items in the tree control.
 
This method returns an error if you set an item to an indent level that has no parent item.
|X
|- style="background-color:#FFFFCC;"
|756A3803
| [[TreeControl class/Edit Tree Items.Delete method|Edit Tree Items.Delete]]
|Deletes an item from the tree control. Wire an empty string to <b>tag</b> and a value of TRUE to <b>Delete Children</b> to delete all items in the tree control.
 
If you do not update the value of a tree control after deleting a row, the control may return old data. Deleting a selected item does not change the value of a tree control. After you delete an item,  the tree value may be a tag for an item that no longer exists. You can select one of the remaining tree items to update the value of the tree control.
 
This method is similar to the <b>Delete Item</b> item on the shortcut menu of a tree control.
|X
|- style="background-color:#FFFFCC;"
|756A380C
| [[TreeControl class/Edit Tree Items.Move Item method|Edit Tree Items.Move Item]]
|Moves an existing item to a new position in the tree control.
|X
|- style="background-color:#FFFFCC;"
|756A380E
| [[TreeControl class/Edit Tree Items.Set Tag method|Edit Tree Items.Set Tag]]
|Sets the unique tag of a tree control item, which you use to modify the item or to gather information about the item programmatically.
 
You cannot create a tag that begins with TREE_. All tags that begin with TREE_ are reserved for use by LabVIEW. If the tag you wire to the method begins with TREE_, LabVIEW prepends an underscore (_) to create a valid tag for the item. If the tag you wire to the method begins or ends with white space, LabVIEW removes the white space.
 
This method is similar to the <b>Tag</b> text box in the Edit Tree Items dialog box.
|X
|- style="background-color:#FFFFCC;"
|756A3807
| [[TreeControl class/Edit Tree Items.Sort Children method|Edit Tree Items.Sort Children]]
|Sorts the child items under an item alphabetically.
|X
|- style="background-color:#FFFFCC;"
|756A380D
| [[TreeControl class/Navigate Tree.Get Child method|Navigate Tree.Get Child]]
|Returns the tag of the first child item under an item. If the item has no child items, the method returns an empty string.
|X
|- style="background-color:#FFFFCC;"
|756A3800
| [[TreeControl class/Navigate Tree.Get Next method|Navigate Tree.Get Next]]
|Returns the tag of the first item after an item at the same level in the hierarchy. If no items exist after the item at the same level in the hierarchy, the method returns an empty string.
|X
|- style="background-color:#FFFFCC;"
|756A3801
| [[TreeControl class/Navigate Tree.Get Parent method|Navigate Tree.Get Parent]]
|Returns the tag of the parent item above an item. If the item is the topmost item in the tree control, the method returns an empty string.
|X
|- style="background-color:#FFFFCC;"
|756A3802
| [[TreeControl class/Navigate Tree.Get Path method|Navigate Tree.Get Path]]
|Returns an array of unique tags for each item in the path from the root level in the tree control to the item.
|X
|- style="background-color:#FFFFCC;"
|756A3816
| [[TreeControl class/Navigate Tree.Get Previous method|Navigate Tree.Get Previous]]
|Returns the tag of the item immediately before and at the same hierarchical level as the one you provide as an input. If no items exist before the item at the same level in the hierarchy, this method returns an empty string.
|X
|- style="background-color:#FFFFCC;"
|756A3809
| [[TreeControl class/Open/Close.Open/Close All method|Open/Close.Open/Close All]]
|
|X
|- style="background-color:#FFFFCC;"
|756A3808
| [[TreeControl class/Open/Close.Ensure Visible method|Open/Close.Ensure Visible]]
|
|X
|- style="background-color:#FFFFCC;"
|756A3806
| [[TreeControl class/Open/Close.Item method|Open/Close.Item]]
|
|X
|- style="background-color:#FFFFCC;"
|756A3815
| [[TreeControl class/Point To Row Column method|Point To Row Column]]
|Converts a pixel coordinate to a tag-column pair in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle and whether the point is within the custom symbol of the cell. The method returns the tag TREE_COLUMN_HEADERS when you wire a point that is within the tree's column headers.
 
<b>Note</b>  The <b>Point to Row Column</b> method does not return an error for points that lie within a control but outside of the actual cell area for that control, such as the scroll bar. Use the <b>InBounds</b> parameter to verify that a point lies within the cell area of a control.
|X
|}
</div>
 
==Events==
<span class="mw-customtoggle-eventstable">Show/Hide TreeControl Events Table</span>
<span class="mw-customtoggle-eventstable">Show/Hide TreeControl Events Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-eventstable">
<div class="mw-collapsible" id="mw-customcollapsible-eventstable">
{{VIServerLegend}}
{{VIServerLegend}}
<div style="width: 80%; max-height: 50em; overflow: auto;">
{| class="wikitable sortable"
{| class="wikitable sortable"
|+ TreeControl Events Table
|+TreeControl Events Table
! Code
! data-sort-type="number"| Code
! Name
! Name
! Description
! Type
! Type
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"  
|1073741846
| data-sort-value=4294967295 |1073741880
|[[TreeControl class/Double Click event|Double Click]]
| [[TreeControl class/Edit Cell event|Edit Cell]]
|Notify
| Generated when the user enters new text or changes text in a cell.
|- style="background-color:#FFFFCC;"
| Notify
|1073741880
|- style="background-color:#FFFFCC;"  
|[[TreeControl class/Edit Cell event|Edit Cell]]
| data-sort-value=4294967295 |2147483703
|Notify
| [[TreeControl class/Edit Cell? event|Edit Cell?]]
|- style="background-color:#FFFFCC;"
| Generated when the user enters new text or changes text in a cell but before the new or changed text appears.
|2147483703
| Filter
|[[TreeControl class/Edit Cell? event|Edit Cell?]]
|- style="background-color:#FFFFCC;"  
|Filter
| data-sort-value=4294967295 |1073741846
|- style="background-color:#FFFFCC;"
| [[TreeControl class/Double Click event|Double Click]]
|1073741855
| Generated when a user double-clicks an item in the tree control.
|[[TreeControl class/Item Close event|Item Close]]
| Notify
|Notify
|- style="background-color:#FFFFCC;"  
|- style="background-color:#FFFFCC;"
| data-sort-value=4294967295 |1073741855
|2147483665
| [[TreeControl class/Item Close event|Item Close]]
|[[TreeControl class/Item Close? event|Item Close?]]
| Generated when the user closes an item in the tree control to hide any child items under the item.
|Filter
| Notify
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"  
|1073741854
| data-sort-value=4294967295 |2147483665
|[[TreeControl class/Item Open event|Item Open]]
| [[TreeControl class/Item Close? event|Item Close?]]
|Notify
| Generated when the user closes an item in the tree control to hide any child items under the item but before the item closes.
|- style="background-color:#FFFFCC;"
| Filter
|2147483664
|- style="background-color:#FFFFCC;"  
|[[TreeControl class/Item Open? event|Item Open?]]
| data-sort-value=4294967295 |1073741854
|Filter
| [[TreeControl class/Item Open event|Item Open]]
| Generated when the user expands an item in the tree control to display any child items under the item.
| Notify
|- style="background-color:#FFFFCC;"  
| data-sort-value=4294967295 |2147483664
| [[TreeControl class/Item Open? event|Item Open?]]
| Generated when the user expands an item in the tree control to display any child items under the item but before the item opens.
| Filter
|}
|}
</div>
</div></div>
 


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]]
|More info to come.
| In [[LabVIEW 2020]] the [[TreeControl class/Focus Item property|Focus Item property]] was changed from [[VI Server#Private|Private]] to [[VI Server#Basic Development Environment|Basic Development Environment]].
|}
|}


Line 849: Line 551:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 04:12, 17 June 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name TreeControl class
Class ID 66
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


    The TreeControl class is a class in the VI Server Class Hierarchy, (see also VI Server).

    Properties

    Show/Hide TreeControl Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    TreeControl Properties Table
    Property ID Long Name (English) Description R/W RTE
    756A3C00 Column Header Strings[] An array of the strings in the column headers. Read/Write Yes
    756A3C01 Visible Items:Vertical Scrollbar Visible If TRUE, displays the vertical scroll bar. Read/Write Yes
    756A3C02 Visible Items:Horizontal Scrollbar Visible If TRUE, displays the horizontal scroll bar. Read/Write Yes
    756A3C03 Number of Rows Number of visible rows in the tree control, excluding column headers. This property counts partially visible rows. Read/Write Yes
    756A3C04 Number of Columns Number of visible columns in the tree control. This property counts partially visible columns. Read/Write Yes
    756A3C05 Visible Items:Column Headers Visible If TRUE, displays the column headers. Read/Write Yes
    756A3C06 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. Read/Write Yes
    756A3C07 Multiple Line Input If TRUE, you can enter multiple lines of text in the tree control 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 tree control. Read/Write Yes
    756A3C08 Selection Color The color used to highlight the selected items. Read/Write Yes
    756A3C09 Top Left Visible Cell The unique tag and column of the item string displayed in the top left corner of the tree control. Use this property to read or change the top item, or use it to read or change the leftmost column of information displayed. Read/Write Yes
    756A3C0A Visible Items:Symbols Visible If TRUE, displays the item symbols. Read/Write Yes
    756A3C0B Keyboard Mode Sets how to handle upper and lowercase characters when you type characters in a tree control at run time. Valid values include 0 (System Default), 1 (Case Sensitive), and 2 (Case Insensitive). Read/Write Yes
    756A3C0C Selection Mode Number of items the user can select. Valid values include 0 (zero or one), 1 (one), 2 (zero or more), and 3 (one or more). Read/Write Yes
    756A3C0D Active Item:Tag The tag of the item(s) to which you want to apply subsequent property changes. Read/Write Yes
    756A3C0E Active Item:Open? If TRUE, the active item(s) appears expanded to display items indented under it. Read/Write Yes
    756A3C0F Active Item:Disabled? If TRUE, the active item(s) appears dimmed and you cannot select the item(s). Read/Write Yes
    756A3C10 Active Item:Child-Only? If TRUE, you cannot indent other items under the active item(s). Read/Write Yes
    756A3C11 Active Item:Indent Level The level at which the active item(s) appears in the hierarchy. Wire a value of 0 to this property to move the item to the highest level in the hierarchy. Read/Write Yes
    756A3C12 Active Item:Symbol Index The index of the symbol for the active item(s). Read/Write Yes
    756A3C13 Active Cell:Active Column Number Sets the column of the active cell(s). Read/Write Yes
    756A3C14 Active Cell:Background Color The background color of the active cell(s). Read/Write Yes
    756A3C15 Active Cell:Foreground Color Read/Write Yes
    756A3C16 Active Cell:Cell Size The size of the active cell(s) in pixels. Read/Write Yes
    756A3C17 Active Cell:Cell Size:Height The height of the active cell(s) in pixels. Read/Write Yes
    756A3C18 Active Cell:Cell Size:Width The width of the active cell(s) in pixels. Read/Write Yes
    756A3C19 Active Cell:String The string in the active cell(s). Read/Write Yes
    756A3C1A Twisty Type Read/Write Yes
    756A3C1C Displayed Items Returns the unique tags of all visible items in the tree control in display order. If an item is indented under another item and the parent item is not expanded, this property does not return the tags of any items indented under that parent item. Read Only Yes
    756A3C1D Visible Items:Hierarchy Lines Visible Old Read/Write Yes
    756A3C1E Allow Selection of Parent Items If TRUE, users can select items that have other items indented under them and items that are not child-only and do not have other items indented under them. If FALSE, users can select only items with a value of TRUE for the Child-Only? property. Read/Write Yes
    756A3C1F Drag/Drop:Allow Dragging of Parent Items If FALSE, the user cannot drag an item in the tree control unless the item is child-only. Read/Write Yes
    756A3C20 Drag/Drop:Allow Dropping Between Items If FALSE, the user cannot drag an item to place it between two other items at the same hierarchical level. Read/Write Yes
    756A3C21 Visible Items:Vertical Lines Visible If TRUE, displays vertical lines that separate columns in the tree control. Read/Write Yes
    756A3C22 Visible Items:Horizontal Lines Visible If TRUE, displays horizontal lines that separate rows in the tree control. Read/Write Yes
    756A3C23 Drag/Drop:Allow Dragging (Deprecated) Read/Write Yes
    756A3C24 Expand/Contract Symbol:Symbol Type The type of symbol to display next to each item that has other items indented under it. Valid values include 0 (None), 1 (LabVIEW), 2 (Mac OS X), 3 (Windows), and 4 (Default). Read/Write Yes
    756A3C25 Active Cell:Old Cell Size Read/Write Yes
    756A3C26 Active Cell:OldHeight Read/Write Yes
    756A3C27 Active Cell:OldWidth Read/Write Yes
    756A3C28 Size The width and height in pixels of the tree control. Read/Write Yes
    756A3C29 Size:Width The width of the active cell(s) in pixels. Read/Write Yes
    756A3C2A Size:Height The height of the active cell(s) in pixels. Read/Write Yes
    756A3C2B 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 tree control. Read Only Yes
    756A3C2C 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 tree control. Read Only Yes
    756A3C2D 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 tree control. Read Only Yes
    756A3C2E Content Rect Bounds The size in pixels of the content rectangle of the tree control. Read Only Yes
    756A3C2F Content Rect Bounds:Width The width in pixels of the content rectangle of the tree control. Read Only Yes
    756A3C30 Content Rect Bounds:Height The height in pixels of the content rectangle of the tree control. Read Only Yes
    756A3C31 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). Read Only Yes
    756A3C32 Active Cell:Position:Left The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell. Read Only Yes
    756A3C33 Active Cell:Position:Top The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell. Read Only Yes
    756A3C34 Active Cell:Cell Font The font of the active cell in the tree control. Read/Write Yes
    756A3C35 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. Read/Write Yes
    756A3C36 Active Cell:Cell Font:Size The size of the font in the active cell. Read/Write Yes
    756A3C37 Active Cell:Cell Font:Bold Indicates whether the text in the active cell is bold. Read/Write Yes
    756A3C38 Active Cell:Cell Font:Italic Indicates whether the text in the active cell is italic. Read/Write Yes
    756A3C39 Active Cell:Cell Font:Underline Indicates whether the text in the active cell is underlined. Read/Write Yes
    756A3C3A Active Cell:Cell Font:Strikeout Indicates whether to strike out the text in the active cell. Read/Write Yes
    756A3C3B Active Cell:Cell Font:Color The text font color in the active cell. Read/Write Yes
    756A3C3C Active Cell:Cell Justification Gets and sets the justification of text. Read/Write Yes
    756A3C3D Allow Editing Cells If TRUE, users can edit non-header cells in this control at run time by clicking the cell text and then clicking it a second time after a short pause. If FALSE, users cannot edit non-header cells. Read/Write Yes
    756A3C3E Old Edit Position Read/Write Yes
    756A3C3F Visible Items:Row Headers Visible Shows the row headers. Read/Write Yes
    756A3C40 Row Header Strings[] An array of the strings in the row headers. Read/Write Yes
    756A3C41 Is Array? Returns TRUE if the tree has an array data type. Read/Write Yes
    756A3C42 Active Item:Row Number The row number of the item to which you want to apply subsequent property changes. Wire a value of -1 to this property to select the column headers. Wire a value of -2 to select all rows. Read/Write Yes
    756A3C43 All Tags The tags of all items in a tree control. This property returns the tags of both visible and hidden items in order from the top of the tree control to the bottom. Read Only Yes
    756A3C44 Sibling Multiselect If TRUE and the Selection Mode is 0 or More Items, users can select multiple items only if those items are siblings. Read/Write Yes
    756A3C46 Drag/Drop:Allow Dragging If TRUE, you can drag items from this control. Read/Write Yes
    756A3C47 Drag/Drop:Allow Dropping If TRUE, LabVIEW automatically accepts drops containing the LV_TREE_TAG, LV_TEXT, or LV_TREE_ITEMS data types. The LV_TREE_TAG data type is a string that represents the tag from which you drag. The LV_TEXT data type is of type string. The LV_TREE_ITEMS data type is an array of a cluster containing an array of strings, from left to right, in the item you are dragging, an integer representing the glyph index associated with the item from which you are dragging data, and an integer representing the indent level of the item from which you are dragging. Read/Write Yes
    756A3C48 Expand/Contract Symbol:Show Symbol at Root Shows or hides the expand/contract symbols for items at indent level 0. The indent level 0 items become flush with the left side of the tree control when you hide the expand/contract symbols. Read/Write Yes
    756A3C49 Drag/Drop:Drag Mode Sets the default behavior for a drag and drop operation for the control. The settings apply only when the control configured is the source of the drag and drop operation. Read/Write Yes
    756A3C4A Drag/Drop:Allow Drag and Drop Outside Control If TRUE, this enables the control to drag items to other controls and accept drags from other controls. Read/Write Yes
    756A3C4B Select Entire Rows Highlights the entire row if you select a row in the tree. Read/Write Yes
    756A3C4C 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. Read/Write Yes
    756A3C4D Visible Items:Hierarchy Lines Visible If Visible, lines to outline the hierarchy of the items are always visible as vertical and horizontal lines to the left of the items in the tree control. If Invisible, the hierarchy lines are always invisible. If OS Default, LabVIEW displays the hierarchy lines if trees in the operating system show hierarchy lines. Read/Write Yes
    756A3C4E Focus Item Reads or writes an item tag to specify the tree's focus item, which is used as the basis when navigating using the arrow keys. Read/Write Yes

    Methods

    This class has no methods or it inherits methods from its parent: Control Class.

    Events

    Show/Hide TreeControl Events Table

    Legend
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    TreeControl Events Table
    Code Name Description Type
    1073741880 Edit Cell Generated when the user enters new text or changes text in a cell. Notify
    2147483703 Edit Cell? Generated when the user enters new text or changes text in a cell but before the new or changed text appears. Filter
    1073741846 Double Click Generated when a user double-clicks an item in the tree control. Notify
    1073741855 Item Close Generated when the user closes an item in the tree control to hide any child items under the item. Notify
    2147483665 Item Close? Generated when the user closes an item in the tree control to hide any child items under the item but before the item closes. Filter
    1073741854 Item Open Generated when the user expands an item in the tree control to display any child items under the item. Notify
    2147483664 Item Open? Generated when the user expands an item in the tree control to display any child items under the item but before the item opens. Filter


    History

    Version Change(s)
    LabVIEW 2020 In LabVIEW 2020 the Focus Item property was changed from Private to Basic Development Environment.

    See Also