Hello everyone. I would like to learn how to make a multi column list box. I have set the multi column Boolean to true and set the width but i have yet to see the two columns. I only see one.
I currently have a .csv file and in the format of:
Id, Name
I would like the listbox to have a column for Ids and Names. How would i be able to achieve this?