C# List View Scrolling

  • Thread starter Thread starter ksadek
  • Start date Start date
K

ksadek

I have a list view that displays messages from a server over an Ip
connection. I have set the list view to include a scrolling
function, however, I can not figure out how to scroll to the last
line automatically everytime a new message comes in from the server
since the latest info from the server. Pretty much, I just need the
list view to autmatically scroll to the bottom of the list view,
rather than the top.

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
ksadek,
Look at the ListViewItem.EnsureVisible() function.

Jason Newell, MCAD
Software Engineer
 
Back
Top