How can i put tabs like in the picture shown into a normal list box?
http://www.nbsoft.co.uk/images/example.gif
Many thanks
Neil! :)
Printable View
How can i put tabs like in the picture shown into a normal list box?
http://www.nbsoft.co.uk/images/example.gif
Many thanks
Neil! :)
You can't. If you need that use a ListView control. You can set tabsl in a listbox, but you aren't going to get column headers like that.
ok so how can i do it in a listview? ive added the component to my form :)
Thanks for your help!
Neil
I'm assuming by that question you mean add stuff to the control. Rather than give you an generic example, let me ask what do you wish to add to it?Quote:
Originally posted by Neilbaker86
ok so how can i do it in a listview?