PDFListBox.AddRow
From Xojo Documentation
Method
Appends Item in a new row to the end of the list.
Example
The following example in the Opening event of the control adds two rows to the listbox.
ListBox1.AddRow("Banana")
ListBox1.AddRow("Orange")
ListBox1.AddRow("Orange")