Alternative to Listbox

Hello

I need a listbox with more than 64 Columns.
I tried StyleGrid from Einhugur but it’s only 32 bit and buggy for XOJO.

Any alternatives ?

The Listbox can hold way more then 64 columns. The only limit is it can only SHOW 64 columns at ones. Correct me if I am wrong though.

Use a more recent Xojo version ?

OK: ListBox.ColumnCount have to be updated…

Since Xojo 2015r4, Listbox support up to 256 visible columns.

2015r4-release-notes:

13421 	Framework » All 	ListBoxes now support up to 256 visible columns.