PDFListBox.RowCount

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aPDFListBox.RowCount

New in 2021r3

Supported for all project types and targets.

The number of rows in the listbox.

Example

This example displays the number of rows in the listbox.

MessageBox(FruitList.RowCount.ToString)