WebListBox resizable/sortable

If you need a WebListBox with resizable columns, you can take a look to my custom WebListBox subclass.
https://github.com/pbeccegato/Xojo
It’s a test code; may be has some bug…any contribution will be appreciated.
Nice to share.

[quote=382537:@Pietro Beccegato]If you need a WebListBox with resizable columns, you can take a look to my custom WebListBox subclass.
https://github.com/pbeccegato/Xojo
It’s a test code; may be has some bug…any contribution will be appreciated.
Nice to share.[/quote]
My first suggestion is to save it in text format.

For demo purposes, use a CopyFilesStep to put the database next to the app instead of using this code:

app.ExecutableFile.Parent.Parent.Child("Northwind.sqlite")

Not everyone’s going to have the same config as you.