How to set initial List Box Header Initial Values using the IDE?

Hello all,

Working with an Xojo 2013R3 sample, I am trying to figure out how to add column initial values to new column headers within the IDE during design time. Can anyone tell me how to do this?

Thank you,
Tim

Make sure you have ‘HasHeading’ turned on. Then go to ‘InitialValue’, click the edit icon and type the header names you’d like, separated by a tab. So if you have 3 columns you would type ‘Col 1 name’ then Tab, then ‘Col 2 name’ then Tab then ‘Col 3 name’.

Cool, Thank you. I had tried using the Tab key when clicking the Pencil on the lower right corner… did not work. I also tried including Chr(9), but that did not work either!

Again, thank you