PDFListBox.RowCount
From Xojo Documentation
Read-Only Property (As Integer )
The number of rows in the listbox.
Example
This example displays the number of rows in the listbox.
MessageBox(FruitList.RowCount.ToString)
The number of rows in the listbox.
This example displays the number of rows in the listbox.