devxlogo

Columns ListView Control

Columns ListView Control

Question:
How can I insert an item into different columns?

Answer:
To insert data into multiple columns, you use the same command as for single columns, except that in your label you include a tab character between each set of data for each column.

For example if I have two columns, firstname and lastname I would use a label such as this:

'Ken~tHowe'

devx-admin

Share the Post: