How can I make the 'List Box' show several column data ??

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

Before, I am vfp developer, the list box can show more than 1 column.
Now, i don't know how to do in vb.net ? I found that it only can display one
member .

Thanks
From agnes
 
* "Agnes said:
Before, I am vfp developer, the list box can show more than 1 column.
Now, i don't know how to do in vb.net ? I found that it only can display one
member .

Use a ListView control instead, with 'View' set to 'Details'. Don't
forget to define columns!
 
Back
Top