![]() |
|
|
This VI programmatically deletes a row from a multicolumn listbox while maintaining the formatting of the other cells. Properties such as background color, font, and justification are properties of each cell. If a row is deleted and all items are shifted up by one row, the cell properties do not automatically shift with the text. However, this can be accomplished using property nodes for the listbox.
To test the code, set Row to Delete to a row that currently exists in the listbox. Since it is zero-indexed, the first row is row 0. Run the VI. Notice that the selected row is deleted, and all other items keep their original formatting.
There are no comments on this document