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.

ScrollViewer not working with StackPanel

Left side of my page I have a vertical StackPanel with the following elements: 1 TextBlock 1 vertical StackPanel with multiple elements …

c# xaml windows-runtime winrt-xaml scrollviewer
Putting ListBox in ScrollViewer: mouse wheel does not work

My mouse wheel does not work when putting a ListBox in a ScrollViewer. Does the ListBox somehow "steal" this event? &…

c# wpf xaml listbox scrollviewer
WPF scrollview scrolled to the bottom default

I have a ScrollViewer containing a ListBox. I would like the ScrollViewer to scroll all the way to the bottom …

wpf listbox scrollviewer
Stop WPF ScrollViewer automatically scrolling to perceived content

The Application I am building an application which includes a range selector. This consists of two custom drawn Slider controls …

wpf wpf-controls scrollviewer
WPF - centering content in a scrollviewer?

I have a scrollviewer that contains a stackpanel of textblock items (actually, these are probably tabitems, I'm using a stackpanel …

c# wpf scrollviewer
ItemsControl, VirtualizingStackPanel and ScrollViewer height

I want to display a important list of items using an ItemsControl. The reason why I'm using an ItemsControl is …

wpf itemscontrol scrollviewer virtualizingstackpanel
WPF ScrollViewer around DataGrid affects column width

I have a problem with a ScrollViewer that I use to scroll a user control that contains a data grid. …

wpf xaml wpfdatagrid scrollviewer
How to add a grid inside a Scroll viewer programmatically

My XAML looks like this <navigation:Page x:Class="SilverlightApplication1.Home"> <Grid x:Name="LayoutRoot"> <!…

silverlight xaml grid scrollviewer
How to place a ScrollViewer on top of the content it should scroll

I would like to put my ScrollViewer in such a way that it overlaps/sits on top of the content …

wpf scrollbar controltemplate styling scrollviewer
WPF Scrollviewer on touch screen tablet

I'm writing a WPF application that is going to run on a full windows 8 touchscreen tablet (not RT). However touch …

wpf windows-8 scrollviewer touchscreen