ListBox.RemoveRowAt

From Xojo Documentation

Method

ListBox.RemoveRowAt(RowNumber as Integer)

New in 2019r2

Supported for all project types and targets.

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

Example

This example removes the second row.

Listbox1.RemoveRowAt(1)