Summary
create projet
add listbox
add Opened Handler
hit:
me.AddRow("Hello")
run prog
list are empty because listbox are no columns (ColumnCount = 0)
made like Xojo are a solution:
when AddRow is called
check ColumnCount count, if zero automatily create a default column
and after add row
Objo Studio Version
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
Expected Result
Actual Result
Screenshots, Logs, Or Sample Project