How to reverse listview?

J

Jozef Jarosciak

Hi, my program is adding (every hour) a line to listview and into its 7
columns.

Problem is that it is adding it to the bottom of the list, so after
couple of hours, my users need to scroll down to see the most recent
results.

What I'd like is to have some function to reverse listview order after
I add the line.

Thanks.

Jozef Jarosciak
 
G

Guest

Jozef,

If you use Insert instead of Add you can specify the location for the new
item.

Kerry Moorman
 
J

Jozef Jarosciak

I know, but my whole design is around "add".
I just need to reverse the list chronologically.
joe
 
B

Bob Lehmann

But, if your design doesn't meet the requirements, then what use is it?

Bob Lehmann
 

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