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.
1
vote
0answers
20 views
WinRT Controls Over Scrollviewer Consuming Scrolling
My issue is that I have a few controls (buttons, combo-boxes, hit test visible controls, etc) that are on top of a scrollviewer. Now there is no reason for these controls to consume a pointer wheel ...
0
votes
0answers
15 views
HorizontalAlignment Issue
I am using Silverlight 5 and Telerik library.
I have set my RadPanelBar HorizontalAlignment to stretch. When my control is displayed the first time, it takes the size of its parent control, like in ...
0
votes
1answer
27 views
Auto scroll banner images in a windows phone 8 app
I'm trying to implement autoscrolling and snapping to images in a windows phone 8 app
I currently have couple of images in a stackpanel inside a scrollviewer, and I'd like them to auto scroll ...
-1
votes
0answers
17 views
In Silverlight ScrollViewer not working in touch [closed]
The Silverlight ScrollViewer not scrolling in touch monitor need to set any properties.There is no PanningMode in Silverlight.
6
votes
3answers
452 views
Parent control ScrollViewer scrolling instead of child control ScrollViewer
I have this:
<Window x:Class="ScrollTest.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
-1
votes
1answer
12 views
WP scrolling issue with listbox and scrollviewer
Hi I am trying to get my UI have scrolling in partial page having a list. Here's my code -
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="10,0,14,10">
<StackPanel>
...
0
votes
0answers
30 views
WPF: Unable to access a style from App.xaml
I am facing very weird scenario while accessing a style from app.xaml and that too only for one style.
app.xaml:
<Style x:Key="CustomButtonStyle" TargetType="local:ButtonControl">
...
18
votes
2answers
6k views
How to control the scroll position of a ListBox in a MVVM WPF app
I have got a big ListBox with vertical scrolling enabled, my MVVM has New and Edit ICommands.
I am adding new item to the end of the collection but I want the scrollbar also to auto position to the ...
-2
votes
0answers
30 views
Center ScrollViewer [closed]
I want to create a horizontal ScrollViewer.
In this ScrollViewer when an item is selected I want that Item to go to the center position on my ScrollViewer.
Any ideas? I'm still new to Visual Studio ...
0
votes
1answer
11 views
Is there a code-behind equivalent for TextBlock ScrollViewer.CanContentScroll=“True” for DataGridTemplateColumn?
For a TextBlock in XAML, you can do the following inside a DataTemplate:
<TextBlock Text="myTextBlock Text" VerticalAlignment="Center" Margin="0,0,5,0"
ScrollViewer.CanContentScroll="True" ...
0
votes
1answer
72 views
WPF ScrollViewer - “Page Up/Down” keys goes all the way to the start/end?
In XAML, I have set up a Grid, containing a ScrollViewer, containing a TextBox:
<Window x:Class="Test.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
0answers
25 views
Prevent scrollview from snapping back to default position
I have a user control which is placed inside a pivot control, everything works fine except that when user scroll down the page then release his finger, the scroll viewer returns back to the initial ...
14
votes
4answers
12k views
ScrollViewer not scrolling in WPF
I am using a scrollviewer control around my stack panel which contains an ItemsControl. When there are many items in the ItemsControl it is suppose to scroll but for some reason it just cuts of the ...
1
vote
0answers
21 views
Margin around FixedDocument in DocumentViewer
I am displaying a FixedDocument in a DocumentViewer, and by default the ScrollViewer shows the document with no margin above the top or below the bottom of the document.
What I'd like is to change ...
1
vote
2answers
140 views
wpf scrollviewer dialogbox
I have a question about WPF's ScrollViewer
This is the code I currently have:
<Window x:Class="BasketNovelEditor.Menu.AboutBox"
...
2
votes
1answer
29 views
Detect when ListView is scrolled to the bottom
I have a fairly standard ListView with a GridView:
<ListView x:Name="ListViewProducts" ItemsSource="{Binding Products}">
<ListView.View>
<GridView>
...
3
votes
2answers
117 views
ScrollViewer mouse wheel not working
I am currently working on my first WPF project and trying to make a listview scrollable.
At first I thought this could be easily done by simply limiting the listview's width and height and thus ...
0
votes
1answer
34 views
How to put textblock inside scrollviewer by coding behide ? (wpf)
I have a xaml code like this
<... some grid row and column definations .../>
<ScrollViewer Grid.Column="1" VerticalScrollBarVisibility="Auto">
<TextBlock "some attribute" />
...
1
vote
3answers
3k views
ScrollBars are not visible after changing positions of controls inside a Canvas
I created a custom canvas control inheriting from WPF Canvas. I am using it like this in main window -
<ScrollViewer
HorizontalScrollBarVisibility="Auto"
...
1
vote
0answers
73 views
Tablet WPF Windows Desktop Application - Scrolling issue
I'm running my desktop application WPF on tablet ASUS ME400 Intel Atom Z2760. All working properly, but when I use scrollviewer, scroll movement with finger (abilitate panning mode horizontalOnly) at ...
0
votes
0answers
25 views
Prevent WPF ScrollViewer from Arranging Content during scroll?
I noticed today that content of a ScrollViewer is constantly Arrange()ed while scrolling even if CanContentScroll=false. I guess it makes sense that it would be necessary if you were implementing a ...
0
votes
1answer
34 views
Expanders in Scrollviewer: Scrollviewer not shrinking after collapsing the expanders
I have a grid. This grid holds a scrollviewer which holds a listbox whose items are expanders. When expanding the expanders until they exceed the vertically available height of the UserControl, the ...
1
vote
2answers
458 views
Child elements of scrollviewer preventing scrolling with mouse wheel?
I'm having a problem getting mouse wheel scrolling to work in the following XAML, which I have simplified for clarity:
<ScrollViewer
HorizontalScrollBarVisibility="Visible"
...
1
vote
3answers
615 views
Issue with bing map inside a scrollviewer
I have a bing map which is located inside a scrollviewer along with a listbox.
Now the problem is when the content of the scrollviewer is scrolled down, "Bing map is rendered on top of other elements ...
1
vote
1answer
35 views
WPF: Canvas swallowing MouseDownEvent?
Can anybody please explain to me why theMouseDownevent is not reaching theScrollViewerin this easy example?
<Window x:Class="MouseDownTest.MainWindow"
...
1
vote
1answer
56 views
WPF ScrollViewer set ScrollableHeight
I have a user control which paints content in OnRender. The Height of that control grows by and by.
I added this control to a ScrollViewer. The control does only repaint the currently visible area ...
2
votes
4answers
1k views
Scrollviewer edge blur effect, opacitymask not working properly
I want to create a custom scrollviewer control for a touch screen application without using scrollbars. To accomplish letting the users know that they can scroll the content, I am fading the bottom ...
0
votes
1answer
81 views
Cross-slide with nested scrollviewers in WinRT Xaml
I am building an application which requires a horizontal list of vertical lists
Simplified XAML layout:
<ScrollViewer>
<ItemsControl ItemsSource="{Binding Lists}">
...
0
votes
0answers
88 views
ScrollViewer width in TreeView row not correct after node expand
I have a TreeView where each subnode has a grid with two columns. In the first column, there is a ScrollViewer (because the text can be very long). I want the right side of this ScrollViewer align ...
0
votes
2answers
59 views
Get ScrollViewer.ViewPortHeight in XAML
All,
I'm sure this is easy to do, but I'm still trying to do this. I can get the ViewPortHeight of a scrollviewer in code-behind and plug into loaded and size-changed events to manage objects ...
0
votes
0answers
31 views
Scroll to Run in FlowDocument
I just need to scroll to Run in FlowDocument but I cannot find the proper solution...
C#
// Get starting pointer
TextPointer navigator = ...
0
votes
1answer
58 views
fire (call) method, when scrollviewer scrolled to its end
after being googled a lot, finally i am going to ask this to you guys.
i'v created scrollviewer, which contains items(listboxItems) and these items fetching from the webservices. but at once only 5 ...
0
votes
2answers
79 views
Animation for ScrollViewer vertical offset
I want to animate vertical scrolling of ScrollViewer.
As I understand it the only way to get this event
private void viewer_ScrollChanged (object sender, ScrollChangedEventArgs e)
And within a ...
1
vote
1answer
89 views
Loading a large image to a WPF app - Scrolling and Drawing both needed
I have an idea of how to do only one of these req's, not both of them.
For loading a large image and be able to scroll to see all its parts, I added the image inside a <ScrollViewer/> and got ...
0
votes
0answers
92 views
Scrollable inner and outer grid in WinRT (Excel sheet view)
I am trying to create a list of employees and their roles along with a timeline view (weeks of the year) of the projects they are working on. I am taking an existing excel sheet that contains this ...
1
vote
2answers
81 views
How to override Vertical Scroll behaviour in ListBox?
I am using a List box with wrappnael to hold a list of images in grid fashion. I am also using Mouse Drag Behaviors to drag and drop the items with in ListBox. But i am not able to drag an item ...
8
votes
3answers
665 views
Scrollviewer & SIP Issue (WP7.5 Mango)
I am working on an application which includes a registration form. The form contains multiple text entry boxes, and so a ScrollViewer is used to allow them all to be displayed on one page.
The ...
0
votes
1answer
154 views
WPF - determine which control is visible in Canvas in ScrollViewer
I have something like this in xaml page:
<ScrollViewer x:Name="PreviewvideosScrollViewer" HorizontalScrollBarVisibility="Auto" Width="1366" Height="480" VerticalScrollBarVisibility="Disabled">
...
1
vote
2answers
1k views
Consolidated Scrolling - “Pixel by Pixel” + “Item by Item”
I've a Drag-Drop framework in which scrolling support is already there (Pixel by Pixel scrolling). This works good in case Virtualization is not enabled but if it is enabled then it gets messed up.
As ...
0
votes
0answers
41 views
ScrollViewer prevent MouseWheel Handling on certain conditions
I have a Canvas inside a ScrollViewer. I am handling the Mousewheel on my Canvas, e.g. when Ctrl is pressed it will zoom in or out, when shift is pressed, the ScrollViewer will scroll horizontally, ...
0
votes
0answers
58 views
Add items to top of scrollviewer without “moving” content
I'm trying to add new items to the beginning of a scrollviewer, as the sample app shows:
MainWindow.xaml
<Window x:Class="BibVisualization.MainWindow"
...
0
votes
0answers
17 views
ScrollViewer state
If I run the following application, the scrollbar offset gets lost when I switch between tabs. How can I prevent this?
I'd rather not use BringIntoView as a selection may not have been made.
Is it ...
0
votes
0answers
53 views
Window tablet resize effect WPF
i'm running my desktop application WPF on tablet ASUS ME400 Intel Atom Z2760.
All working properly, but when i use scrollviewer scroll moviment with finger (abilitate panningmode horizontalOnly) at ...
0
votes
1answer
97 views
Windows 8 C# Save ScrollerViewer state on Frame.Navigate
I need to save the position of my ScrollViewer so that when I navigate to a page and hit the back arrow, it will still be at the position it was.
I'm using:
protected override void LoadState(Object ...
0
votes
1answer
294 views
How do I make the WPF TextBox border inside the ScrollViewer not disappear
in a WPF window I have a TextBox inside a ScrollViewer:
<ScrollViewer ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" ...
21
votes
4answers
23k views
How can I get ScrollViewer to work inside a StackPanel?
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 Grid ...
1
vote
0answers
204 views
Customizing the ScrollViewer in WPF
I am developing an application which has the customized ComboBox.
The look and feel of the ComboBox should like this.
I have modified the ComboBox's ControlTemplate to look as above.
The problem ...
0
votes
1answer
143 views
gridsplitter not behaving as excpected when coupled with scrollviewer and minWidth
I have a grid as background container
this grid contains a scrollviewer so that when I resize the window Up, the content extends with it, but when I resize the window down, the scrollbar appears on ...
0
votes
0answers
78 views
Hooking into TextBox ScrollViewer located in TextBox VisualTree. ScrollChanged called on every keypress?
I have a textbox. I am grabbing the ScrollViewer in the visual tree of this textbox.
Once I grab the ScrollViewer I'm hooking into it's ScrollChanged event.
The reason I am doing this is I've ...
0
votes
1answer
308 views
WPF Scrollviewer DesiredSize does not increase when ScrollBar gets Visible
I have a WPF UserControl (inside an ElementHost) with a ScrollViewer that contains an ItemsControl . The HorizontalScrollbarVisibility is set to Auto, so if no scrolling is necessary, the ...








