How to reverse listview?

  • Thread starter Thread starter Jozef Jarosciak
  • Start date Start date
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
 
Jozef,

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

Kerry Moorman
 
I know, but my whole design is around "add".
I just need to reverse the list chronologically.
joe
 
But, if your design doesn't meet the requirements, then what use is it?

Bob Lehmann
 
Thanks Bob.
Anyways, it's all fine now. Figured a work around.
Joe
 

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

Similar Threads


Back
Top