ListView

J

Joe Fallon

The ListView control is the one used in Windows Explorer Detail view.
When you click a column heading in Windows Explorer to sort the column you
get a little triangle pointing up or down depending on the sort direction.

How do you get the triangle to appear when you click a column heading on a
ListView control in VB.Net?
 
H

Herfried K. Wagner [MVP]

* "Joe Fallon said:
The ListView control is the one used in Windows Explorer Detail view.
When you click a column heading in Windows Explorer to sort the column you
get a little triangle pointing up or down depending on the sort direction.

How do you get the triangle to appear when you click a column heading on a
ListView control in VB.Net?

Joe -- a multiposter?

;-)))
 
O

One Handed Man [ OHM ]

I dont think you cant do this with the ListView as it is in terms of a
graphic. However, you could preceed the heading with a special character
code perhaps ( have not tried this ) if it is in the character set ?!?


Regards - OHM

Joe -- a multiposter?

;-)))

Best Regards - OHMBest Regards - OHM (e-mail address removed)
 
H

Herfried K. Wagner [MVP]

* "One Handed Man said:
I dont think you cant do this with the ListView as it is in terms of a
graphic. However, you could preceed the heading with a special character
code perhaps ( have not tried this ) if it is in the character set ?!?

It _can_ be done (for example, in the explorer it's done).
 
O

One Handed Man [ OHM ]

Oops, looks like HW found a way with C++

Regards - OHM
I dont think you cant do this with the ListView as it is in terms of a
graphic. However, you could preceed the heading with a special
character code perhaps ( have not tried this ) if it is in the
character set ?!?


Regards - OHM



Best Regards - OHMBest Regards - OHM (e-mail address removed)

Best Regards - OHMBest Regards - OHM (e-mail address removed)
 
J

Joe Fallon

Herfried,
I have NO IDEA how this post got here!!! <g>

I was creating a new one - which you found and answered.

Oh well.
 

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