Listbox filled by Select of SQLite Table

Hi, I’m looking for a sample where a listbox is result of a select (sqlite database).
Thanks for help.

There isn’t an single sample which does this, but you can take a look at a couple.

Northwind reads from a database and puts the data into a Grid.

I’m not sure which Listbox you want to load into - each framework has one. Each also has a sample showing how to load the data.