No announcements
Found 1526187 threads
-
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 ...Answered | 1 Replies | 1993 Views | Created by Sebastian Stehle - Friday, August 10, 2012 12:03 PM | Last reply by JohnMichaelHauck8 - Friday, August 10, 2012 5:14 PM -
1 Votes
Double Tap to Zoom Image
Isnt there a way to pass the location to the scrollview zoom.Answered | 5 Replies | 3942 Views | Created by vj9 - Monday, January 21, 2013 9:02 AM | Last reply by krishna_karki - Wednesday, November 27, 2013 12:48 PM -
0 Votes
Zoom grid to fit?
What properties to zoom with it?Answered | 5 Replies | 867 Views | Created by RandyPete - Tuesday, April 7, 2015 11:34 PM | Last reply by Rob Caplan [MSFT] - Thursday, April 9, 2015 1:20 AM -
0 Votes
Image Viewer using a ScrollViewer
What I did is this: <ScrollViewer> <Grid> <Image Source="img.gif" /> ...Answered | 1 Replies | 2162 Views | Created by Tareq Ateik - Sunday, July 1, 2012 12:49 PM | Last reply by StefanOlson - Monday, July 2, 2012 2:38 AM -
0 Votes
FlipView and ScrollViewer with ManipulationMode
Today the only “System” handler is the ScrollViewer.Answered | 5 Replies | 7253 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
Regarding Zoom in and Zoom out in WPF
Oh, it was simple - 1 and down zooms in, it's percentage; 0 collapsed, .5 = 50%, 4 = 400% etc.Answered | 5 Replies | 13663 Views | Created by SandepKU - Wednesday, October 22, 2008 7:28 AM | Last reply by Shimmy Weitzhandler - Monday, January 25, 2010 12:50 PM -
1 Votes
How to ZoomIn WPF ListView Content without zooming scrollviewer?
When I ZoomIn, I have to Zoom only the Image in the Listviewitem but not the Text below the Image.Answered | 6 Replies | 4091 Views | Created by talk2ksn - Thursday, January 31, 2013 5:23 PM | Last reply by talk2ksn - Tuesday, February 12, 2013 3:28 AM -
0 Votes
Zoom Problem
Check this thread about zooming in a picturebox which has been replied by Doug.Answered | 4 Replies | 3186 Views | Created by Mamta Ray - Wednesday, July 21, 2010 6:41 AM | Last reply by Cabe O - Monday, July 26, 2010 8:47 PM -
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 | 2939 Views | Created by Robert_Levy - Monday, March 26, 2012 6:01 PM | Last reply by Kristoffer Henriksson - Tuesday, March 27, 2012 4:06 PM -
1 Votes
center of scrollviewer for using ZoomToFactor()
You can create a custom dependency property to indicate the desired zoom factor, handle that dependency property's propertychangedcallback where you can call ZoomToFactor ...Answered | 8 Replies | 7127 Views | Created by King Star - Wednesday, February 29, 2012 8:26 AM | Last reply by Jesse Jiang - Thursday, March 8, 2012 8:26 AM -
1 Votes
image.stretch invaild in flipview with scrollviewer
You can solve most of this problem entirely through binding, but to make it work right with snap view you'll need to add some code.Answered | 2 Replies | 3216 Views | Created by JasonJC - Tuesday, October 16, 2012 10:11 AM | Last reply by JasonJC - Wednesday, October 17, 2012 1:29 AM -
0 Votes
Page zoom button in SemanticZoom
Hey guys, I was reading the following article: http://dirtysharp.wordpress.com/2012/07/12/metro-gridview/ which basically says: "The GridView ...Answered | 1 Replies | 1588 Views | Created by Kiril Stanoev - Tuesday, July 31, 2012 12:28 PM | Last reply by Matt Small - Tuesday, July 31, 2012 5:41 PM -
0 Votes
Zooming and panning content in a ScatterViewItem
There is no ScrollViewer in my sample.Answered | 9 Replies | 5643 Views | Created by rgarf - Tuesday, June 22, 2010 4:27 PM | Last reply by Thiemoko - Thursday, April 7, 2011 2:58 PM -
0 Votes
[UWP]Zooming into an image using the scrollwheel
Hello WickedSick, Set the following code to your scrollviewer you will be able to use ctrl+scrollwheel to scroll in scrollviewer: public ...Answered | 1 Replies | 1154 Views | Created by WickedSick - Friday, December 11, 2015 10:11 AM | Last reply by Barry Wang - Monday, December 14, 2015 7:25 AM -
0 Votes
How to allow zoom and slide on the same element ?
I continued to investigate the problem.Answered | 7 Replies | 1057 Views | Created by Aarklendoia - Wednesday, June 18, 2014 6:43 AM | Last reply by Aarklendoia - Monday, July 7, 2014 6:56 AM -
0 Votes
Touch based drawing app with a Canvas inside a ScrollViewer
You will need to turn OFF zooming/panning in order to be able to draw with Pointer events and it is not possible to obtain system zooming and panning behaviors ...Answered | 3 Replies | 5350 Views | Created by Ch3rryC0ke - Thursday, September 6, 2012 5:32 PM | Last reply by Harini Kannan - Friday, September 7, 2012 5:54 PM -
0 Votes
Zoom Level problem
Hello, i have a problem with zooming in on objects on the map.Answered | 1 Replies | 3064 Views | Created by a_BamBam_ - Friday, June 27, 2008 8:57 AM | Last reply by Ricky_Brundritt - Saturday, June 28, 2008 2:09 AM -
0 Votes
Problem with scrolling in Scrollview
Hello, I have a canvas object in a scrollview.Answered | 1 Replies | 4253 Views | Created by Petr Šebesta - Tuesday, June 1, 2010 12:48 PM | Last reply by Jie Bao - Thursday, June 3, 2010 6:30 AM -
0 Votes
[UWP] Zoom item in GridView
If I use one or more fingers on touch screen, it never go in ( it becomes scroll so I think scrollviewer has swallowed those events )Answered | 2 Replies | 1218 Views | Created by minh91a1 - Saturday, June 11, 2016 2:46 PM | Last reply by minh91a1 - Friday, June 24, 2016 2:43 AM -
0 Votes
ScrollViewer in User Control - problem
Hello, The way I managed to fixed a similar solution, was by placing a StackPanel inside the ScrollViewer, and all the Expander controls inside the ...Answered | 2 Replies | 6535 Views | Created by M.Temp - Thursday, April 14, 2011 6:05 AM | Last reply by Yves.Z - Monday, April 18, 2011 12:03 PM - Items 1 to 20 of 1526187 Next ›
No announcements