

The data is in an SQLite db, and I perform a query with all the data, then put the data into the listbox cells one row at a time. I use a property of the listbox called a CellTag to hold bits of data returned in a recordset/cursor that are used to do the formatting of the cells (but don't need to be viewed by the user) such as :
- coloring text
adding the arrows
adding location description (the text from the DB is just a city name)
Any guidance would be appreciated.