Getting a handle on using the DataGrid
Posted: Mon May 16, 2011 7:03 am
In an attempt to come to grips with the DataGrid, I'm trying to recreate an interface I've previously built using another tool (REALStudio). It looks like this:


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 :
Any guidance would be appreciated.


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.