0
votes
1answer
41 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 ...
0
votes
0answers
32 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"> ...
0
votes
0answers
28 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 ...
0
votes
1answer
35 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 ...
0
votes
0answers
94 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 ...
0
votes
1answer
183 views

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 that fills the available space I am trying to make the ...
0
votes
3answers
513 views

User control inside ScrollViewer doesn't scroll in WPF

I have the following code (abbreviated) in my main window: Although I set both scroll bar visibilities and CanContentScroll properties it doesn't scroll. I assume it has to do with my user control. ...
0
votes
1answer
78 views

How to add a buttom that is always visible after a scrollviewer?

I have a ScrollViewer which includes a lot of content (datagrids, stackpanels, textboxes, labels, etc...), and outside of it I want to add a button (PRINT), and it is important that the button is not ...
1
vote
1answer
111 views

Scrolling is disabled/limited when keyboard is popped up in Windows Phone 7.5

Based on the link scrollviewer to scroll to textbox position I tried to resolve scrolling issue when keyboard is launched but there is a problem in landscape mode. Problem in using (App.Current as ...
1
vote
1answer
890 views

XAML WP8 - ScrollViewer doesnt take into account orientation

Im working on an app for Win Phone 8 and need to make a settings screen. I created a user control for this. ...omitted the beginning stuff... <Grid x:Name="LayoutRoot" Opacity="0.995" ...
0
votes
2answers
750 views

Winrt & Xaml: Grid with Scrollbar … tried Stackpanel, Scrollviewer, can't see to get it to work

I am trying to get a scrollbar on on a grid for WinRT app with Xaml. Basic page setup has an overal grid for the top and middle sections. Inside the middle section I put another grid with 2 rows and ...
0
votes
0answers
76 views

Autoscaling to parent object within a ScrollViewer?

I am having an autoscaling issue with my pages. The pages are displayed within a ScrollViewer, which usually contains a column on the ~33% right and a grid on the ~66% left. I want to only autoscale ...
0
votes
0answers
115 views

ScrollViewer could not scroll after one of the gridview's content is empty

The goal I'm trying to accomplish is that I have 2 GridView side by side, and one is out of the screen but can be scrolled in if user wants to swipe from right to left. Structure is like this: ...
1
vote
0answers
90 views

How to have a “border” around a image placed in a scrollviewer

I'm creating a windows store app and on a page I have a large image placed inside a ScrollViewer to enable the user to use touch gestures to pan and zoom around in the image. So far, so good, except ...
0
votes
0answers
75 views

Silverlight ScrollViewer with dynamic Image sizing

I would like to show an Image that has bounds on its width, and then beside the image a control of static size. When resizing the window, the image can grow and shrink based on its bounds. If the ...
0
votes
1answer
458 views

WinRT ScrollViewer inheritance

I have an issue with the Windows.UI.Xaml.Controls.ScrollViewer. It does not work as I'd like it to (doh). If I put a Canvas inside and want to draw on it I can't as all the events from Canvas are ...
0
votes
0answers
510 views

WP8 XAML ScrollViewer staying at chosen position

I have a TextBox inside a ScrollViewer, as shown below <ScrollViewer Name="scrollViewer1" Height="480" HorizontalAlignment="Left" Margin="0,480,8,82" VerticalAlignment="Bottom" Width="480" ...
0
votes
0answers
223 views

ScrollViewer ScrollToVerticalOffset(offset) not working

I know the same question has been posted. I have tried thesee solutions: double offset = page.Scroller.ScrollableHeight - cachedScrollHeight; page.Scroller.ScrollToVerticalOffset(offset); ...
0
votes
0answers
186 views

ScrollViewer not to scroll when content does not exceed parent's height

In this XAML I can scroll Contents grid up and down a bit even though it does not exceed the ScrollViewer height. <Grid> <Grid.RowDefinitions> <RowDefinition Height="80" ...
1
vote
1answer
325 views

Scrollviewer doesn't scroll with touch

So I have come to that point where I am saying to myself over and over again I am missing some basic stuff. I have a ScrollViewer with a RichTextBlock that converts HTML to the content. Everything ...
1
vote
1answer
127 views

How to hide what's outside a ScrollViewer?

I'm using a ScrollViewer in a WPF project and i'm struggling with its content. The window this SV is contained in has many other UI items and I'd like to make the Image scrolled by the ScrollViewer ...
4
votes
1answer
75 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
85 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
101 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
0answers
69 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 ...
0
votes
1answer
202 views

Silverlight ScrollViewer corrupts focus logic

My XAML: <Grid Background="White"> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*"/> <ColumnDefinition Width="1*"/> </Grid.ColumnDefinitions> ...
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
1answer
126 views

ScrollViewer doesn't snap to window

So I'm trying to make a window that can have a horizontal or vertical scroll bar, the catch is the top row of the grid should be frozen and place and not able to be scrolled vertically (much like ...
0
votes
1answer
2k views

Windows 8 Metro ListView - can't disable ScrollViewer (C#/XAML)

I have a ScrollViewer that contains a Horizontal StackPanel that contains 2 ListViews. My goal is to get the 2 ListViews to scroll together. The problem I'm having is that I can't get the built-in ...
0
votes
0answers
145 views

ScrollViewer + Wrap Panel + Mousewheel

I cannot get all three to work at the same time. It seems I can only get two of the three goals below to work at a time. 1) The Image to Fill based on resolution of screen 2) The Wrap Panel to wrap ...
4
votes
4answers
3k views

ScrollViewer GridView XAML

I am currently building a Windows 8 XAML C# application. In a page I have a scrollviewer for horizontal swiping and scrolling. I have several controls in it which work really well with the ...
3
votes
3answers
881 views

How can I detect reaching the end of a ScrollViewer item (Windows 8)?

I need to do some work when the user scrolls to the end of a ScrollViewer in a Windows 8 'Metro UI' app that uses .xaml with C# behind-code. Alternatively, the ScrollViewer has snap-points enabled, so ...
1
vote
1answer
207 views

Changing the title text dynamically in Windows 8

In the app preview for the Bing Weather app in the Windows 8 release preview, the title text changes automatically when the "view" changes (i.e. when scrolling). My app currently has two ListBox ...
0
votes
1answer
276 views

Can't do scrolling inside scrollviewer

When I added titlepanel I've lost ability to scroll. Please help me to recover it. <StackPanel> <Grid HorizontalAlignment="Left"> ...
1
vote
2answers
136 views

Determining the collection a user clicked on, on a scrollviewer canvas

I've hit a little road block with a timeline I am working on developing in a MVVM based WPF application. My desire is to be able to tell what "bin" the user wishes to view as there are generally more ...
3
votes
1answer
1k views

Sticky header in ListView and GridView WinRT xaml

How could one accomplish behavior in which a header of a ListView or GridView group doesn't scroll with the content, but stays fixed until the content comes to an end and the following header then ...
2
votes
4answers
1k views

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 x columns if the container is large enough to display x columns I first tried that : ...
0
votes
2answers
300 views

How to keep elements in ScrollViewer in sight, regardless of scrolling

In Silverlight, is it possible to let certain elements inside a ScrollViewer stay in view? By this I mean that certain elements should always be visible, regardless of where the scroll position ...
1
vote
1answer
130 views

c# scrollviewer and dispatch timer firing problems

So I am having a problem with the firing of my dispatch timer when scrolling through a scrollviewer housing about 100 small rectangles in stackpanels. My dispatch timer is firing every 400 ms, ...
0
votes
0answers
70 views

Main scrollViewer screws up inner scrollviewer

I have a grid layout with 3 rows: Btw: The orange rectangles represent scrollbars If I leave this grid as the main layout, everything runs fine, the second row (datagrid inside a scrollviewer) ...
1
vote
2answers
452 views

WP7/Silverlight: Inactive Buttons inside a ScrollViewer with IsHitTestVisible=False… inside a Pivot

I was making some good progress on my App, but ran into a problem that's stumped me. I was hoping someone could offer their expertise? My app is intended to be a "scoresheet"... one of the PivotItems ...
0
votes
1answer
617 views

Controlling ListBox scrolling behaviour

Chapter 10 of "WPF 4 Unleashed" by Adam Nathan includes this XAML example of controlling ListBox scrolling behaviour: <Window x:Class="NathanControllingScrollingBehavior.MainWindow" ...
3
votes
3answers
2k views

Accessing the ScrollViewer of a ListBox from C#

I'd like to change the properties of a ScrollViewer of a ListBox from C#. I found this question here on Stackoverflow. I took the accepted answer's advice and exposed the ScrollViewer as a property ...
1
vote
1answer
603 views

Correct scrolling with ScrollViewer in landscape and portrait modes

I am new to Windows Phone development, so please bare with me. I have a simple Pivot with a PivotItem as below. <StackPanel> <controls:Pivot x:Name="TopPivot" Title="Daily ...
1
vote
2answers
1k views

RadGridView in a ScrollViewer stretches off the screen

I have an app that I am styling and it's default size is 1440x900. I want the user to be able to scroll up and down if the app is resized smaller than that. I tried wrapping a ScrollView control ...
0
votes
2answers
153 views

How to see the rest of screen and add more text

Tell me how can i see the rest of the screen in my xaml? I added text block with height 2000 pixels, how can I see the rest? And, what's going on, when I add scrollviewer in content section and my ...
3
votes
2answers
772 views

WP7: ScrollViewer viewport size

Windows Phone 7. I have a ScrollViewer inside a StackPanel inside a PivotItem inside a Pivot. Above the ScrollViewer, there are some other controls. My intention is that the ScrollViewer takes the ...
0
votes
1answer
413 views

WrapPanel Embedded in a ScrollViewer via ContentControl

I have a view wrapped in a WrapPanel so I could use FluidMoveBehaviors to move elements around the screen when resized. I then pull that into a ScrollViewer on another view via a ContentControl. My ...
1
vote
3answers
351 views

Is there a workaround to virtualize ItemsControl list while setting CanContentScroll = “false”?

As I learned in Virtualizing an ItemsControl?, I need to set ScrollViewer.CanContentScroll = "true" to be able to virtualize the list in my ItemsControl. However this causes a lot of scrolling ...
0
votes
1answer
441 views

Freeze control while vertical scrolling

I have some group of controls inside ScrollViewer. I need one of this controls to freeze while vertical scrolling. How do I do this?

1 2