Top "Scrollviewer" questions

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.

Triggering on a ScrollViewer's scroll bar visibility (WPF)

Is it possible to create a Trigger that is triggered based on a ScrollViewer's scroll bar visibility? I have a …

wpf xaml triggers scrollviewer
List Items Vertically on a WrapPanel and take advantage of multiple columns

I need to list items (all of same size) vertically (with a ScrollViewer). I want the items to spread through …

wpf silverlight xaml scrollviewer wrappanel
Detect, if ScrollBar of ScrollViewer is visible or not

I have a TreeView. Now, I want to detect, if the vertical Scrollbar is visible or not. When I try …

c# wpf scrollviewer
Silverlight ItemsControl vertical scrollbar, using a wrappanel as ControlTemplate

I have a collection of elements, each one with a name and a subcollection of image blobs. I want to …

silverlight itemscontrol scrollviewer itemtemplate wrappanel
Mouse wheel not working when over ScrollViewer's child controls

I was kind of expecting my ScrollViewer's child controls to hand the MouseWheel events back up the the ScrollViewer automatically, …

c# .net wpf scrollviewer mousewheel
Grid/ScrollViewer- Freeze grid header row vertical scrolling, but not horizontal scrolling

I'm not using a DataGrid or a ListView and am using ScrollViewer and Grids to create cells that contain wrap …

wpf xaml grid scrollviewer
How to use ScrollViewer.ScrollToVerticalOffset?

I hope this isn't a duplicate but I can't find any documentation or examples on how to actually use ScrollToVerticalOffset(). …

silverlight windows-phone-8 windows-phone scrollviewer
WPF: ListView inside of Scrollviewer; Layout question

i do have a question about layouting with a listview inside of a scrollviewer. Once a listview is inside a …

c# wpf listview layout scrollviewer
Slider \ ScrollViewer in a touch interface not working properly

In WPF I've got the following XAML: <ScrollViewer Canvas.Left="2266" Canvas.Top="428" Height="378" Name="scrollViewer1" Width="728" PanningMode="VerticalOnly" PanningRatio="2"&…

wpf components slider scrollviewer multi-touch
XAML: make a ScrollViewer show scrollbars when the ScaleTransform of a child object gets big

I am making a sort of "print preview" control for some documents in my Silverlight 3 application. I have a Canvas (…

silverlight xaml silverlight-3.0 scrollviewer scaletransform