Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

ListView-ScrollBar

Hi all,
I have a problem withscrollbar in listview control:
I populate a listview control with many records, so scrollbar appear.I made the last row from listview to be selected but the scrollbar remain in up position.How can I move scrollbar near lasts positions?
Thanks
[294 byte] By [depe] at [2007-11-11 7:45:56]
# 1 Re: ListView-ScrollBar
use the EnsureVisible method of the last added ListItem object

Marco
mstraf at 2007-11-11 17:26:24 >