I am wondering if it is possible to dock the horizontal Scrollbar in the ScrollViewer control to the top rather than have it on the bottom? If not, would it be possible to use a whole separate Scrollbar control placed above the ScrollViewer and somehow assign the ScrollBar_Scroll events to it?
Thanks in advance!
Sure — here is the default template for
ScrollViewermodified to transpose grid row 0 and grid row 1, which puts the horizontal scroll bar at the top:Apply this template to your
ScrollViewerand you should be all set.Expression Blend makes tasks like this trivial — I recommend it.