ListBox.RemoveRow

From Xojo Documentation

Method

ListBox.RemoveRow(RowNumber as Integer)

Supported for all project types and targets.

Deletes the specified row at index (zero-based).

Example

This example removes the second row.

Listbox1.RemoveRow(1)