@RandyHayes
I captured two images below. One is a SharePoint list (named "Configuration -- CAB Agenda") with only one column (named "Level 1 Header"). There are 9 items in the list, and effectively only 9 values in the column.
When the Listbox is created in the app (and I increased its size vertically), the 9 items appear, but now sorted in ascending fashion. You can see the settings of properties.
I have noted that one of the app's automatically created controls is a sort control at the top to toggle between ascending and descending sort, and so a Listbox object (are controls called "objects"?) likely has a property to indicate a sort, which is probably something I want disabled. I am not sure how to go about that.
And once I solve that simple problem, my next thing to figure out is how to add to the Listbox text for each option (item?) a preceding Arabic numerals as follows: "1. " & SP item string1, "2. " & SP item string2, etc.
I am guessing that is done by creating a collection or table (?) and then modifying each string in the collection or table and then using the modified strings in the collection in the Listbox. This is likely all basic beginner stuff to experienced power users.
SharePoint List with One Column
App Showing Listbox connected to SP List Column