No announcements
Found 1281791 threads
-
8 Votes
Multiple ListView or GridView sharing the same ScrollView
This is THE answer for the GridView scenario.Answered | 7 Replies | 10953 Views | Created by lcaldoncelli - Thursday, July 12, 2012 3:13 PM | Last reply by Ferdinand von den Eichen - Tuesday, April 23, 2013 8:41 AM -
2 Votes
ScrollViewer/GridView Snap Points in XAML
Hi, I wanted the same on gridview.Answered | 5 Replies | 10578 Views | Created by Adam_UCF - Monday, September 26, 2011 4:25 AM | Last reply by Helin Wang - Monday, November 26, 2012 11:47 PM -
0 Votes
Windows Phone ScrollViewer issue
Known Issues for Windows 10 SDK and Tools Based on your description, I know that you are using the Visual Studio2010, so are you developing ...Answered | 4 Replies | 805 Views | Created by Matt Chi - Tuesday, June 2, 2015 8:56 AM | Last reply by Amy Peng - Friday, June 5, 2015 3:25 AM -
0 Votes
Scrollviewer issue with DataGrid and Listview
When you stick something inside a scrollviewer then the scrollviewer tells it's children it can have as much space as they like.Answered | 7 Replies | 1674 Views | Created by Sham Developer - Wednesday, June 15, 2016 7:37 AM | Last reply by Andy ONeill - Thursday, June 16, 2016 6:03 PM -
1 Votes
Layout Issue using ScrollViewer with UniformGrid
Hi Andy_MSDN, If you are still having any issues with this, please feel free to ask.Answered | 3 Replies | 6076 Views | Created by Andy_MSDN - Thursday, November 12, 2009 10:47 AM | Last reply by Jim Zhou - MSFT - Monday, November 16, 2009 8:58 AM -
1 Votes
ScrollViewer not showing the bottom part of the content- Rendering Issue
Hi Muthalagu, I can reproduce the issue and I think it might be the limit of ScrollViewer, the known issue for Width is 2096700, the height should be the ...Answered | 1 Replies | 1022 Views | Created by Muthalagu - Thursday, August 14, 2014 12:57 PM | Last reply by Jamles Hez - Friday, August 15, 2014 9:25 AM -
0 Votes
Scrollviewer
Edit Control Parts (Template) > Edit A Copy.Answered | 1 Replies | 4697 Views | Created by miss rEnE - Monday, December 29, 2008 9:21 AM | Last reply by VLTII - Monday, December 29, 2008 3:05 PM -
6 Votes
Get ScrollViewer scroll position
</StackPanel> </ScrollViewer> I do get a value ...Answered | 6 Replies | 11858 Views | Created by eitanb - Wednesday, September 5, 2012 1:22 AM | Last reply by Ramprasath R - Monday, November 19, 2012 1:12 PM -
1 Votes
WPF Scrollviewer
Now you run though ScrollViewer's children and ask them to transform their (0,0) and their (actualWidth, actualHeight) against ScrollViewer itself.Answered | 11 Replies | 2921 Views | Created by Serge Calderara - Monday, November 4, 2013 11:28 AM | Last reply by dev hedgehog - Tuesday, November 5, 2013 11:40 PM -
0 Votes
[XAML]Changed width, height of layout of scrollviewer?
>I want width and heigh of scrollviewer equal width height of Grid_content The ScrollViewer will fill its parent container by default so you could bind the ...Answered | 1 Replies | 732 Views | Created by Le Thien Hoang - Saturday, May 16, 2015 2:58 PM | Last reply by Magnus (MM8) - Saturday, May 16, 2015 3:44 PM -
0 Votes
WPF ComboBox Style & ScrollViewer issue
I am going to post a bug in Microsoft Connect regarding this issue.Answered | 8 Replies | 7118 Views | Created by Castle Rider - Tuesday, January 4, 2011 3:07 AM | Last reply by Castle Rider - Wednesday, January 5, 2011 3:43 AM -
0 Votes
Getting ScrollViewer to horizontally scroll with mouse wheel
I change over to using a GridView instead of a ScrollViewer, as I found that easier to work with.Answered | 2 Replies | 4699 Views | Created by Jim Young (Level6 Productions) - Saturday, September 8, 2012 6:56 PM | Last reply by Jim Young (Level6 Productions) - Tuesday, September 11, 2012 2:24 PM -
1 Votes
Nested ScrollViewer
There's reported bug with TextBox (TextBoxBase) and ScrollViewer that messes with scrolling behavior.Answered | 3 Replies | 7430 Views | Created by YD500 - Monday, September 15, 2008 2:02 PM | Last reply by Bigsby - Tuesday, September 16, 2008 10:52 AM -
3 Votes
Animating ScrollViewer scrolling?
Hi, you can use WinRTXamlToolkit (http://winrtxamltoolkit.codeplex.com/) that provides a way to scroll a ScrollViewer to specified offset with ...Answered | 8 Replies | 7722 Views | Created by Derek Nedelman - Saturday, January 28, 2012 11:16 PM | Last reply by naddy095 - Wednesday, December 24, 2014 8:16 AM -
0 Votes
Nested ScrollViewer events
Best Regards, Yong Lu MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your ...Answered | 2 Replies | 1701 Views | Created by SmokeAlarmPizza - Saturday, February 24, 2018 6:26 PM | Last reply by Yong Lu - Friday, March 2, 2018 6:00 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 | 7766 Views | Created by matrixgoh - Thursday, May 28, 2009 12:30 PM | Last reply by JRQ - Monday, June 1, 2009 6:50 PM -
1 Votes
Getting the ScrollViewer from ListView
You can do something like this: // Get the border of the listview (first child of a listview) Decorator border = VisualTreeHelper.GetChild(myListView, 0) as ...Answered | 2 Replies | 22280 Views | Created by eja1 - Thursday, December 17, 2009 4:16 PM | Last reply by eja1 - Friday, December 18, 2009 7:37 PM -
1 Votes
image.stretch invaild in flipview with scrollviewer
The real source of the issue is a lack of WIdth/Height properties (default NaN) resulting in stretch behavior not knowing what to do.Answered | 2 Replies | 3346 Views | Created by JasonJC - Tuesday, October 16, 2012 10:11 AM | Last reply by JasonJC - Wednesday, October 17, 2012 1:29 AM -
0 Votes
ScrollViewer ManipulationMode bug in WP8 SL?
I will test and confirm this issue with WP Dev team.Answered | 4 Replies | 1020 Views | Created by el_ber - Wednesday, October 15, 2014 11:52 PM | Last reply by Leo (Apple) Yang - Monday, October 20, 2014 2:32 AM -
4 Votes
ScrollViewer scroll horizontal mouse wheel
Sorry to hijack a thread, but I'm having an issue with the provided solution.Answered | 4 Replies | 4803 Views | Created by Infor IT - Wednesday, October 3, 2012 9:37 AM | Last reply by DrewLover - Sunday, December 23, 2012 10:50 PM - Items 1 to 20 of 1281791 Next ›
No announcements