cannot expand listbox cells

Hi.
i want to use xojo listbox as table. i can create successfully listbox and add cells at runtime.but all cells locate in the listbox window and horizontal scrollbar doesn’t work .how can i expand cells in the listbox.thanks…

You must assign a value for the listbox column size for each column.
Example: me.ColumnWidths(40,50,60,70,120,150,180)

See documentaion “Resizing Columns” for ListBox