Adding Symbols to Listboxes and Tree Controls
- 已更新2025-08-15
- 閱讀時間為 1 分鐘
Complete the following steps to add symbols to a listbox or tree control.
- Add one of the following controls to the front panel window:
- Listbox
- Tree control
- Use the Labeling tool and enter text into the listbox or tree control.
- Right-click the control and select Visible Items»Symbols from the shortcut menu.
- Right-click an item in the listbox or tree control, select Item Symbol from the shortcut menu, and select the symbol you want.
Note In a multicolumn listbox, LabVIEW adds the symbol to the first column.
You also can use the Item Symbols property to add symbols to a listbox programmatically.
You also can use the TreeControl, ListBox, and MulticolumnListbox methods to customize item symbols in a tree control or listbox.