No announcements
Found 278927 threads
-
0 Votes
Scrollviewer
Edit Control Parts (Template) > Edit A Copy.Answered | 1 Replies | 4554 Views | Created by miss rEnE - Monday, December 29, 2008 9:21 AM | Last reply by VLTII - Monday, December 29, 2008 3:05 PM -
0 Votes
Populate dropdown conditionally on runtime in sharepoint
dropdown should populate all items from Inventory list having In Stock=true If user selects transaction type = receive -> dropdown should populate all items ...Answered | 4 Replies | 2962 Views | Created by Soltek2013 - Sunday, June 23, 2013 1:49 AM | Last reply by Sagir Kazi - Monday, June 24, 2013 4:10 PM -
1 Votes
WPF Scrollviewer
You have 10 items visible to user and ScrollViewer has a height of 185 pixels.Answered | 11 Replies | 2734 Views | Created by Serge Calderara - Monday, November 4, 2013 11:28 AM | Last reply by dev hedgehog - Tuesday, November 5, 2013 11:40 PM -
1 Votes
Scrolling a ScrollViewer at design time
Here is the post on how to do ScrollViewers with UserControlsAnswered | 4 Replies | 5783 Views | Created by GearWorld - Tuesday, March 9, 2010 7:39 PM | Last reply by JodieM - Monday, September 20, 2010 12:26 AM -
1 Votes
[UWP]ScrollViewer vertical scroll not working
Hi Neo the 1, StackPanel is a layout panel that arranges child elements into a single line that can be oriented horizontally or vertically. you make ...Answered | 1 Replies | 1143 Views | Created by Neo the 1 - Tuesday, August 22, 2017 6:18 PM | Last reply by Breeze Liu - Wednesday, August 23, 2017 3:54 AM -
0 Votes
scrollviewer around canvas when height and width not specified
If you don't want to specify a width and height anywhere, how exactly did you want the ScrollViewer to determine how much area needs to be scrolled?Answered | 1 Replies | 4477 Views | Created by awais hamid - Friday, September 5, 2008 9:50 AM | Last reply by Tim Dawson - Friday, September 5, 2008 1:40 PM -
1 Votes
Nested ScrollViewer
There's reported bug with TextBox (TextBoxBase) and ScrollViewer that messes with scrolling behavior.Answered | 3 Replies | 7215 Views | Created by YD500 - Monday, September 15, 2008 2:02 PM | Last reply by Bigsby - Tuesday, September 16, 2008 10:52 AM -
0 Votes
ScrollViewer in Winforms
We add more then one control inside the scrollviewer, scroll bar is not appearing in the textbox, but it appears in the scrollviewer control.Answered | 7 Replies | 7471 Views | Created by matrixgoh - Thursday, May 28, 2009 12:30 PM | Last reply by JRQ - Monday, June 1, 2009 6:50 PM -
0 Votes
How do access the scrollviewer of a TextBox in code?
You can try using two different approaches to get the ScrollViewer.Answered | 2 Replies | 621 Views | Created by qualar1 - Tuesday, February 14, 2017 6:10 PM | Last reply by qualar1 - Saturday, February 18, 2017 6:17 PM -
1 Votes
ScrollViewer and know 2048 texture limit
I couldn't reproduce any obvious problem with the following code in a Windows Phone Runtime app: <ScrollViewer> ...Answered | 6 Replies | 1164 Views | Created by Seznam cz - Friday, November 14, 2014 2:19 PM | Last reply by Seznam cz - Friday, November 21, 2014 9:32 AM -
0 Votes
How to add ScrollViewer to usercontrol in MVVM by josh smith
Hi, Based on your description, I created a sample like blew, UserControl: <Grid> <Grid.RowDefinitions> ...Answered | 1 Replies | 547 Views | Created by vijendra malik - Tuesday, July 1, 2014 6:41 AM | Last reply by Leo (Apple) Yang - Wednesday, July 2, 2014 2:00 AM -
0 Votes
ScrollViewer can not be click through.
It's how ScrollViewer works.Answered | 11 Replies | 5066 Views | Created by Smithjams - Saturday, November 10, 2012 2:10 AM | Last reply by Ali Visual Studio - Saturday, April 2, 2016 7:25 AM -
2 Votes
Map within a ScrollViewer
The ScrollViewer eats all pointer move events and doesn't allow any part of the application a peek at them including the map.Answered | 1 Replies | 2938 Views | Created by Robert_Levy - Monday, March 26, 2012 6:01 PM | Last reply by Kristoffer Henriksson - Tuesday, March 27, 2012 4:06 PM -
0 Votes
Ruler and Scrollviewer.
How do you remove the ScrollBars from the ScrollViewer?Answered | 8 Replies | 5008 Views | Created by MartinLamontagne - Thursday, March 12, 2009 6:33 PM | Last reply by MartinLamontagne - Friday, March 13, 2009 10:56 PM -
0 Votes
Editing items in scrollviewer
I have a scrollviewer that contains a couple of dozen items.Answered | 2 Replies | 3436 Views | Created by Jim Young (Level6 Productions) - Wednesday, October 6, 2010 3:12 PM | Last reply by Jim Young (Level6 Productions) - Wednesday, October 6, 2010 5:26 PM -
0 Votes
Translation inside ScrollViewer
Hi, I develope an application where you can make diagrams (like visio) and i have the following problem: I have some elements inside a scrollviewer with ManipulationMode = ...Answered | 1 Replies | 1991 Views | Created by Sebastian Stehle - Friday, August 10, 2012 12:03 PM | Last reply by JohnMichaelHauck8 - Friday, August 10, 2012 5:14 PM -
0 Votes
[XAML]ItemsControl and Attached ScrollViewer
Something that I have been unable to figure out or find an answer to for almost as long as I have been an app developer is how and when (if possible) to use the attached ...Answered | 1 Replies | 599 Views | Created by Nathan Sokalski - Wednesday, May 13, 2015 8:03 PM | Last reply by Franklin Chen - Thursday, May 14, 2015 10:57 AM -
1 Votes
image.stretch invaild in flipview with scrollviewer
Here's how I solved your problem: In Xaml: <Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}" ...Answered | 2 Replies | 3214 Views | Created by JasonJC - Tuesday, October 16, 2012 10:11 AM | Last reply by JasonJC - Wednesday, October 17, 2012 1:29 AM -
0 Votes
FlipView and ScrollViewer with ManipulationMode
I think you are running into a limitation with ScrollViewer and ManipulationMode.Answered | 5 Replies | 7250 Views | Created by HaiderSahib - Monday, April 2, 2012 8:05 AM | Last reply by Matt Small - Friday, April 6, 2012 6:12 PM -
0 Votes
Nested ScrollViewer events
When your pointer input enter the inner ScrollViewer, you can set the out ScrollViewer ScrollMode Disabled.Answered | 2 Replies | 1572 Views | Created by SmokeAlarmPizza - Saturday, February 24, 2018 6:26 PM | Last reply by Yong Lu - Friday, March 2, 2018 6:00 AM - Items 1 to 20 of 278927 Next ›
No announcements