scrollviewer Questions

6

Solved

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-...
Affricative asked 1/3, 2013 at 6:34

3

Solved

I have a ScrollViewer and in that I am showing the Vertical Scrollbar, Now on changing resolution of the system I want to get the width of the scrollbar. I went through One StackOverflow Post there...
Gallant asked 18/4, 2011 at 10:48

6

I have a scrollviewer with a couple listboxes in it. The problem is if a user uses the middle mouse roller to scroll the scrollviewer while their mouse is over a listview. The listview scrolls its ...
Rescript asked 19/1, 2012 at 20:21

4

Solved

I have a scrollviewer that contains a stackpanel of textblock items (actually, these are probably tabitems, I'm using a stackpanel inside a scrollviewer to override the default tabpanel in a tabcon...
Briard asked 14/4, 2011 at 23:56

3

Solved

I'm trying to create a touchscreen interface similar to the macOS Finder's column view, which is a series of horizontally-stacked lists where each list is individually scrollable (vertically) and t...
Immemorial asked 13/7, 2018 at 15:59

9

Solved

In the following WPF XAML the ScrollViewer does not work (it displays a scroll bar but you cannot scroll and the contents go off the window to the bottom). I can change the outer StackPanel to a G...
Leucopenia asked 29/4, 2009 at 15:10

5

Solved

I'm having a problem getting mouse wheel scrolling to work in the following XAML, which I have simplified for clarity: <ScrollViewer HorizontalScrollBarVisibility="Visible" VerticalScrollBarVis...
Mcrae asked 15/1, 2013 at 22:59

2

Solved

I hope this isn't a duplicate but I can't find any documentation or examples on how to actually use ScrollToVerticalOffset(). I'm using it in a Windows Phone 8 app, but I think it will still apply ...
Nannana asked 27/2, 2013 at 14:47

3

I have a problem with a ScrollViewer that I use to scroll a user control that contains a data grid. Without the scroll viewer the columns fill the data grid as I want but when adding a scroll viewe...
Charla asked 26/7, 2013 at 7:47

3

Solved

I'm trying to get the maximum amount a scrollviewer can scroll in the vertical and horizontal direction but I need to be doing this in a layout updated callback. This is what I'm currently doing: ...
Dupondius asked 21/6, 2011 at 1:27

3

Solved

I currently have two ScrollViewer's containing alternate views of the same collection. I have bound the scrolling of the two scrollviewers together by handling the ScrollChanged event and using Scr...
Hanshaw asked 2/12, 2010 at 0:16

4

Solved

I have a ScrollViewer in my WPF App, and I want it to have smooth/animated scrolling effect just like Firefox has (if you know what I am talking about). I tried to search over the internet, and th...
Compressibility asked 22/12, 2013 at 16:17

14

Solved

I would like my Canvas to automatically resize to the size of its items, so that the ScrollViewer scroll bars have the correct range. Can this be done in XAML? <ScrollViewer HorizontalScrollBar...
Chopstick asked 12/5, 2009 at 23:9

6

Solved

I have a ListBox. It has internal ScrollViewer, so I can scroll ListBox content with mouse wheel. It works fine until I set item template that contains another ListBox (in fact, I have 4 nested Lis...
Olympe asked 15/11, 2009 at 23:8

4

I need to access the scrollviewer of a listview from the codebehind. here is the definition of my listview <ListView Grid.Row="1" ItemsSource="{Binding Path=SpecList, UpdateSourceTrigger=Proper...
Unmeaning asked 27/3, 2017 at 17:57

2

Solved

Consider first version of code (MainWindow.xaml): <ScrollViewer> <local:CustomControl1 Width="1000" Height="1000" Background="Red"/> </ScrollViewer> where CustomControl1 deriv...
Baptiste asked 14/8, 2011 at 4:52

5

Solved

Is it possible to change the amount that the WPF ScrollViewer scrolls? I am simply wondering if it's possible to change the scrollviewer so that when using the mouse wheel or the scrollviewer arrow...
Dorcy asked 28/10, 2009 at 19:21

4

Solved

My mouse wheel does not work when putting a ListBox in a ScrollViewer. Does the ListBox somehow "steal" this event? <ScrollViewer VerticalScrollBarVisibility="Auto" Style="{StaticResource mySt...
Fulmination asked 18/8, 2009 at 13:33

3

Solved

I'm hoping someone can help me out here. I'm building a WPF imaging application that takes live images from a camera allowing users to view the image, and subsequently highlight regions of interest...
Adams asked 5/6, 2013 at 1:20

5

Solved

I have learned that if the height of a grid row, where the ScrollViewer resides, is set as Auto, the vertical scroll bar will not take effect since the actual size of the ScrollViewer can be larger...
Reconnaissance asked 14/10, 2013 at 8:2

4

Solved

I am working on a touch screen on a small device and the custom width of the scroll-bar is no good as one of my requirements is that everything needs to be doable by finger gestures. How can I set...
Heretic asked 24/8, 2009 at 9:4

2

Solved

This is what my control tree looks like: <window> <scrollviewer> <expander> <scrollviewer> <grid> </grid> </scrollviewer> </expander> <ex...
Cornejo asked 21/5, 2012 at 16:59

5

I need to list items (all of same size) vertically (with a ScrollViewer). I want the items to spread through x columns if the container is large enough to display x columns I first tried that : &...
Waltner asked 5/7, 2012 at 13:4

3

I have a GridView with a ScrollViewer that used to scroll horizontally along with the content of the GridView. I changed it using Chris Cavanagh's rounded corners solution, which includes putting a...
Decarbonate asked 10/11, 2010 at 13:30

5

Solved

Can I programatically set the position of a WPF ListBox's scrollbar? By default, I want it to go in the center.
Tachometer asked 1/10, 2008 at 20:18

© 2022 - 2025 — McMap. All rights reserved.