Quantcast
Channel: ListView scroll postion
Browsing all 4 articles
Browse latest View live

ListView scroll postion

Well, the ListBox itself is really little more than a glorified ItemsControl. The default template for ListBox has a Border around a ScrollViewer around an ItemsPresenter. You can technically reach...

View Article



ListView scroll postion

There dosn't seem to be a ScrollChanged event? 

View Article

ListView scroll postion

Try this:1. hook ScrollChanged event;2. get ScrollViewer control;3. get the value of ViewportHeight property. Thanks,Ji

View Article

ListView scroll postion

Is it possible to get and set the scroll position on the ListView? (I’m aware of ScrollIntoView)I was thinking something like:    this.ListView1.ScrollPosition = 1;and    if...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images