Questions tagged [scrollviewer]

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.

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. May refer specifically to the wpf/silverlight ScrollViewer.

1187 questions
-1
votes
2 answers

WP7 ScrollViewer simply not working

My intention is simple. Create a sort-of panel where the user can scroll through the many controls within that specific panel. The controls within that panel may be buttons, or images, or labels..whatever. Thing is... If I make my ScrollViewer…
Subby
  • 5,370
  • 15
  • 70
  • 125
-1
votes
1 answer

Wpf. Scroll DataGrid inside ScrollViewer

Current realization Hello there. Currently I have the following application: If you can see, when my cursor on blue or red zone I`am scrolling only the main ScrollViewer. Expectations I'am expecting that if I'll scroll with cursor on DataGrid,…
limeniye
  • 31
  • 1
  • 6
-1
votes
1 answer

Scrollviewer scrollbars not showing and needs to

Why do the scrollbars not appear with the following XAML?
Rod
  • 14,529
  • 31
  • 118
  • 230
-1
votes
1 answer

How to get vertical offset from bottom to top in scrollviewer in uwp?

I want scrollviewer vertical offset from bottom to top not top to bottom in uwp because it is only showing top to bottom as I increase the height of app from top it would'n work but when I decrease the height of app it would…
Sumit Paul
  • 21
  • 7
-1
votes
1 answer

setting vertical scroll bar of scrollviewer to be visible

i am trying to set the verticalscrollbar visibility to be visible during a button click event. Why can't i do something like this? before click event, XAML:
jeremychan
  • 4,309
  • 10
  • 42
  • 56
-1
votes
1 answer

Is there a way to stop items in a wrap panel from wrapping "too soon"?

I am trying to dynamically add buttons into a wrappanel that is inside a scrollviewer. I am having no problems adding the buttons, but I am having troubles with the wrap panel bring the buttons up "too soon". The buttons will wrap up, but only half…
Matthew
  • 13
  • 3
-1
votes
1 answer

Check ScrollBar position

Is that possible to check is Scrollviewer scrolled to bottom? My XML code:
-1
votes
2 answers

How can I get the caret's position in xaml?

I have a few textboxs and I want to achieve this funcion: when tap into each textbox, that specific textbox will move to the top and when user type in some data it can auto scroll and keep the cursor|caret always on top of the screen. I know that I…
litaoshen
  • 1,762
  • 1
  • 20
  • 36
-1
votes
1 answer

How to set ScrollViewer Bar Margin or Height?

I need the scroll bar's height short than scrollview's height. But I don't know how to do it.
Dragon
  • 487
  • 4
  • 17
-1
votes
1 answer

WPF - There is no effect in the Margins set when there is a scrollviewer

In my .xaml file, I have something like in the following. There is no effect in the margins…
nidarshani fernando
  • 493
  • 4
  • 10
  • 26
-1
votes
1 answer

How can you set in code the ScrollViewer.IsDeferredScrollingEnabled for a datagrid

I would like to set this in C# but I cannot access the property.
BigD
  • 1
-1
votes
1 answer

make ScrollViewer resize when the MainWindow resizes

This is an attempt to implement a read-only Linux text file (one byte newline sequence) viewer for Windows. It presently has a ScrollViewer that will not resize when the WPF MainWindow is resized. How do I make the ScrollViewer size subservient to…
H2ONaCl
  • 10,644
  • 14
  • 70
  • 114
-1
votes
1 answer

Center at the Top

Please have a look at the following code
PeakGen
  • 21,894
  • 86
  • 261
  • 463
-2
votes
1 answer

how to make ScrollViewer of Listbox to scroll to Top every time I Load it in WPF

I have a Listbox that contains Images as items. we can select the image and it will show the image in image viewer . Now the issue is when ever I load it the scrollViewer is moving to previously selected item in Listbox instead of first item. what…
naveenkumar
  • 23
  • 1
  • 11
-2
votes
1 answer

View XAML Code in a Box

I want to make something like a XAML Viewer where I Input a XAML Code Graphic over a String and Output in a Viewer. The Rectangle code should not be directly in the scroll viewer, rather issue over a string...but I dont now how I can do it... …
Q-keY
  • 3
  • 1
1 2 3
79
80