bullet display

G

Guest

I've a listbox control..
I've some values init...
I want to dsiplay these values ina bulleted manner(display ith bullets)....

how can i acheive it....In general, how can we show bullet strings?
 
H

Herfried K. Wagner [MVP]

AVL said:
I've a listbox control..
I've some values init...
I want to dsiplay these values ina bulleted manner(display ith
bullets)....

how can i acheive it....In general, how can we show bullet strings?

You could place a bullet character followed by an appropriate number of
spaces in front of the items:

<URL:http://www.fileformat.info/info/unicode/char/2022/index.htm>

As an alternative you could use a listview control and specify an image
showing a dot as item image.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top