ListView Scroll

  • Thread starter Thread starter Stjepan Nikolic
  • Start date Start date
S

Stjepan Nikolic

I am using Listview control, set AutoScroll = true, when I add item to, the
scrollbar dispay, but it only set default position. I want to code to
control the scrollbar, set to a positon that I want
How to do that???

Thanks
Stjepan
 
I've found solution for my problem!

listView.Items[iSelectedItem].EnsureVisible()

Thanks anyway

Stjepan
 
Back
Top