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.
0
votes
1answer
130 views
Scroll bar is not visible
I have a WPF user control. It contains several Expanders separated with GridSplitters. In the code below, you can see that the second Expander contains a TabControl Items. One of the tabs has a ...
4
votes
1answer
79 views
Big performance issue using TextWrapping and ScrollViewer
I have the following piece of XAML:
<ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Disabled">
<TextBlock HorizontalAlignment="Stretch" Margin="10"
...
4
votes
1answer
94 views
Is it possible to have a non scrolling row within a ScrollViewer?
Since I need to have a portion (but not all) of my page in a Scroll Viewer, I've got a winrt-xaml layout like so:
<Page>
<StackPanel>
<Grid>
</Grid>
...
0
votes
2answers
488 views
ScrollViewer is not working in WPF WindowsFormHost
I have WindowsFormHost with a RichTextBox in my WPF form, i have given ScrollViewer for that WindowsFormHost but its not working, WindowsFormHost going outside of ScrollViewer...
My XAML is..
...
-1
votes
1answer
37 views
Center at the Top
Please have a look at the following code
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
...
1
vote
0answers
54 views
WP7 ScrollViewer content clipped
I add Canvas in ScrollViewer and Set Canvas Clip as below. But the content is clipped. I am confused. Please help me.
public MainPage()
{
InitializeComponent();
for (int i = ...
0
votes
0answers
194 views
ScrollViewer MouseWheel not working w/Trackpad, does with USB Mouse & in Simulator
So I've been fighting Mouse Wheel scrolling in a ScrollViewer all day... Turns out my trackpad on my laptop wasn't simulating Mouse Wheel events. Doesn't make any sense, considering it works on other ...
1
vote
1answer
198 views
How to keep Virtualizing when style ControlTemplate of ListBox?
I read that when styling incorrectly, ListBox will lose its virtualization. As notacat's answer in this question, his solution is OK.
I realize that whenever I put ItemsPresenter in another ...
0
votes
0answers
499 views
Override ScrollViewer ContentTemplate WPF
I have a custom ScrollViewer template that I use to customize DocumentViewer control.
<Style TargetType="{x:Type ScrollViewer}" x:Key="CustomScrollPresenter">
<Setter ...
3
votes
1answer
690 views
WPF Scrollviewer scroll to mouse position
I am working on an image viewer control that consists of an image inside of a scrollviewer.
To zoom, I use a scaletransform within the image's layouttransform.
Zoomin is happening on mouse click. If ...
1
vote
0answers
72 views
Changing the colours on a WPF ScrollViewer's ScrollBar without templating the entire control
I want to change the background colours on the ScrollBar of a ScrollViewer, but I really really don't want to re-template the entire ScrollViewer control along with all the associated logic of ...
0
votes
2answers
112 views
WPF: Inner content wont scroll
I have a Window with a Grid inside:
<Grid KeyboardNavigation.TabNavigation="Local">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" MinHeight="70" />
...
1
vote
1answer
999 views
Scrollviewer in Metro app - scroll by touch and handle other gesture
I have page with Grid and Scrollviewer:
<Grid x:name="mainGrid">
...
<ScrollViewer Name="mainScroller" ScrollViewer.HorizontalScrollBarVisibility="Visible" ...
2
votes
2answers
381 views
How does WPF DataGrid get frozen rows/columns working?
I created a user control based on Grid (not DataGrid), which is wrapped in a ScrollViewer. Now I would like to have frozen rows/columns capability just like in DataGrid, but couldn't figure out how.
...
0
votes
0answers
220 views
WPF Slider as Content of ScrollViewer
I have a number of sliders inside a ScrollViewer. When I use my mouse to click to the right or left of the thumb control, all is well and it functions as a repeatbutton. Outside a ScrollViewer, ...
1
vote
1answer
201 views
How can I see whether a scrollviewer child element is visible, and make it visible if it isn't?
In a scrollviewer I have a textblock with 1000 inlines e.g.
XAML
<Grid>
<ScrollViewer>
<TextBlock Name="textBlock1" TextWrapping="Wrap" />
</ScrollViewer> ...
0
votes
1answer
335 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" ...
0
votes
1answer
160 views
ScrollViewer around zoom/pan window
ScrollViewer can automatically add horizontal/vertical scrollbars for a given element. Now, I have an image wrapped inside zooming/panning control. I want to add scrollbars to the view containing this ...
0
votes
1answer
227 views
How to bind a DataTrigger to the ComputedVerticalScrollBarVisibility property of a separate ListBox ScrollViewer?
I want to adjust the width or visibility of a Border or Margin that is placed above a separate ListBox if the vertical scroll bar of the ListBox is collapsed.
I am trying something like this, but ...
0
votes
1answer
219 views
ScrollViewer doesn't scroll ItemsControl when window isn't maximized
I'm using WPF and Prism.
Problem XAML-file:
<UserControl.Resources>
<ResourceDictionary>
<DataTemplate x:Key="GridItemTemplate">
<GridItemView ...
0
votes
0answers
66 views
I can't scroll user control for the first time, If not clicking scrollviewer of WPF
Basically, I can't scroll scrollviewer of WPF for the first time, If not clicking control once.
I tried to use WPF API as Focus(), SetFocus Win32 API, SendMessage and PostMessage as SetCursor after ...
2
votes
1answer
190 views
Silverlight ScrollViewer, Find if vertical Scrolling is enable
I have a Scroll viewer
<ScrollViewer x:Name="sViewer" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto"/>
Now after load, how can I find if the scroll Viewer is ...
1
vote
0answers
72 views
how to disable scrollviewer automatic moving of scrollviewer in XAML Phone Application
how can I make my scrollviewer not to move automatically when I move and release it with mouse, I know it is the normal behavior, I need to make it keep its current horizontal offset when I release ...
3
votes
1answer
463 views
Zooming into image in Windows Store apps
I have a ScrollViewer with an Image Control in it. It displays a rather large image. I want my user to be able to zoom into the image using gestures. I therefore enabled the ZoomMode on the ...
0
votes
1answer
54 views
WP7 Managing ScrollViewer within code
Within a WP7 app I am generating a Scrollviewer within the code. This Scrollviewer has a StackPanel as its content and within the Stackpanel I have a grid.
I have not assigned any specific heights to ...
0
votes
1answer
360 views
How can I get the PinchZoom ended event in Windows 8?
I'm using XAML with C#.
I have an Image in a ScrollViewer that is Zoomable.
If the user pinchzooms the image, I want to get a larger resolution image once the optical zooming is done and replace it ...
1
vote
0answers
318 views
Putting together image pan, zoom and rotation (C#, XAML)
I want to display images that the user has provided. These images are likely to be larger than the screen resolution (so need zoom and pan capability) plus the image may not be orientated correctly ...
0
votes
1answer
77 views
Surface Librarybar with scrollbars
We have a library bar filled with items, which can be dragged from and dropped onto it. Now the client wishes to see something like a scrollbar or arrows on the side, to have an indication if items ...
1
vote
1answer
392 views
Winrt scrollviewer different behavior in simulator as mouse or finger
I have a grid with some controls and Background. Inside the grid is also a canvas over the complete grid. On pointer_pressed I paint on the canvas. Works very well in simulator with mouse and finger. ...
0
votes
0answers
62 views
How to bind datagrid scrollbar to another scrollviewer?
I have a datagrid containing general information and an itemsControl containing detailed information. I want to bind the vertical scrollbar of the datagrid with the scrollviewer (in the ...
0
votes
0answers
150 views
Print out visible area of scrollviewer content
I'm trying to print out the content of a scrollviewer element, but only the actual visible area of it.
XAML:
<Window x:Class="WpfCodeSnippets.MainWindow"
...
0
votes
1answer
86 views
Support for lower resolutions with ScrollViewer
I have a Silverlight application that is designed for a certain minimum resolution with layout growing gracefully if more space is available. What I want to do now is easily add some crude support for ...
0
votes
0answers
95 views
adjusting scrollviewer thumbs to transformed imgage - silverlight
I am trying to put an image control inside the scrollviewer control:
<ScrollViewer Grid.Column="0"
HorizontalScrollBarVisibility="Auto"
...
1
vote
1answer
166 views
Holding an item steady against scrolling in scroll viewer in windows store app
I want to hold a section label stable at the top of a ScrollViewer in a windows store app, while that section has not scrolled off. For example, the windows weather app does this with the section ...
0
votes
0answers
119 views
Scroll two different scrollviewers at the same time
I have two scrollviewers in my application and when the first one of them is being scrolled vertically, I want the second scrollview to scroll horizontally (simultaneously).
Are there any methods ...
0
votes
1answer
116 views
Making a custom(/templated) ScrollViewer or ListBox that understands which item to bring to view
I am trying to make a panorama-like control in WPF c# that scrolls to/brings into view only one grid from a horizontal set of grids. I need to expose the command which allows me to scroll ...
0
votes
0answers
95 views
scrolling two scrollviewers together windows phone
Trying to implement something with two different grids (headers, data) I used two scrollviewers to scroll each one horizontally and just one vertically.
<ScrollViewer ...
1
vote
2answers
142 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"
...
0
votes
1answer
223 views
Silverlight ScrollViewer corrupts focus logic
My XAML:
<Grid Background="White">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*"/>
<ColumnDefinition Width="1*"/>
</Grid.ColumnDefinitions>
...
0
votes
0answers
169 views
Annoying empty extra colum in DataGrid when using ScrollViewer
First, look at the width of the last column. It is "*".
Here's the xaml to reproduce the problem:
<Window x:Class="DataGridStaredColumnTest.MainWindow"
...
0
votes
0answers
43 views
How to deal with the events list in WPF?
I customized a draggableborder according to the example here. And I add some controls in the order of below. (-> means contains)
DraggableBorder -> ScrollViewer(Only Vertical) -> StackPanel ...
0
votes
1answer
144 views
WPF ListBox of RadioButtons inside ScrollViewer - scrolls before selection changed
I have quite annoying problem. I have ListBox in a ScrollViewer. ListBox is filled with RadioButton controls. Following code shows it:
<Grid>
<Grid.RowDefinitions>
...
0
votes
1answer
563 views
Controlling ScrollViewer's vertical scrollbar height
I need to make the vertical scrollbar a bit lower (shorter) because I need a space for a little button The button will be hovered over the ScrollViewer in the upper right corner. I would like to avoid ...
0
votes
1answer
495 views
Horizontal scroll bar prevents text box wrapping
I am trying to make TextBox to wrap text and grow with the Window. That works if I don't set ScrollViewer's HorizontalScrollBarVisibility property. But if I do, TextBox will grow infinitely. The ...
0
votes
0answers
108 views
Show UserControls In “ItemsControl” with custom option in XAML
I have a ItemsControl in ScrollViewer and I set ItemsPanel of my ItemsControl to Horizontal StackPanel and i bound it to ObservableCollection of userControls.Now I wanna when user click on icons of ...
0
votes
2answers
330 views
Silverlight Scrollviewer Mousewheel scrolls only when scrolled on datagrid. Page doesn't scroll when scrolled outside the datagrid
Page scrolls without any issue when the mouse is over data grid. If the mouse outside datagrid page doesn't scroll.
<navigation:Page>
<Grid x:Name="LayoutRoot" HorizontalAlignment="Stretch" ...
1
vote
1answer
217 views
Scroll first/last ListBox item to center of scrollview
Is there any way at all to ensure that if my user selects an item in my ListBox, that the item is ALWAYS scrolled to the center of my ListBox? Obviously I can use the ScrollToVerticalOffset but it the ...
0
votes
1answer
338 views
How to implement scrollviewer bouncing's animation in c# and wpf?
I want to implement scrollviewer bouncing's animation in c# and wpf, like IOS's UIScrollview.
When users scroll to top or end, it starts to decrease speed and bouncing.
I think that google can ...
3
votes
2answers
299 views
Setting when to scroll in WPF ScrollViewer
I have a scrollviewer that contains a grid with a bunch of form controls in it (textboxes, checkboxes, comboboxes, etc). When I tab through the controls, the scrollviewer will scroll, but only when ...
0
votes
1answer
197 views
WPf cannot fully display my controls
I have relectively complex gui, but it cannot display my the whole controls(in the code, it cannot display "EMAIL", "FORWARD",...) on the bottom. what's wrong with this code? Is it because the ...

