Questions tagged [scrollviewer]

A scroll viewer is a user interface construct that provides a scrolling area to any control(or hierarchy of controls) that is placed within it.

A scroll viewer is a user interface construct that provides a scrolling area to any control(or hierarchy of controls) that is placed within it. May refer specifically to the wpf/silverlight ScrollViewer.

1187 questions
25
votes
2 answers

Touch Scrolling ScrollViewer in WPF App with RealTimeStylus Disabled

We are working on a WPF 4.5 application that will be run on Windows 8 computers with touchscreen monitors. We have disabled support for the RealTimeStylus following the directions on the MSDN, since we have some views that need multitouch support…
Chris W.
  • 927
  • 8
  • 16
24
votes
5 answers

Synchronized scrolling of two ScrollViewers whenever any one is scrolled in wpf

I have gone through the thread: binding two VerticalScrollBars one to another it has almost helped to achieve the goal but still there is something missing. It is that moving the scrollbars left-right or up-down gives expected behavior of scrolling…
Vikram_
  • 350
  • 1
  • 2
  • 12
23
votes
4 answers

How to scroll WPF ScrollViewer's content to specific location

I am writing my custom WPF ItemsControl to display a list of item. The items are shown embedded inside a ScrollViewer: