No announcements
Found 3064582 threads
-
0 Votes
How to sync a listview control to a scrollviewer
WPF ListView DOES provide scroll bars when necessary, you don't need to wrap it in a scrollviewer.Answered | 2 Replies | 5420 Views | Created by TaubertRC - Thursday, October 7, 2010 11:51 PM | Last reply by TaubertRC - Friday, October 8, 2010 11:45 PM -
0 Votes
Override method in ScrollViewer
You cannot override a method in a sealed class.Answered | 1 Replies | 1075 Views | Created by brianh3 - Sunday, January 27, 2013 8:28 PM | Last reply by Rob Caplan [MSFT] - Tuesday, January 29, 2013 3:46 AM -
0 Votes
Scrollviewer issue with DataGrid and Listview
<WrapPanel /> </ItemsPanelTemplate> </ListView.ItemsPanel> </ListView> ...Answered | 7 Replies | 1452 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
Getting the ScrollViewer from ListView
You can do something like this: // Get the border of the listview (first child of a listview) Decorator border = ...Answered | 2 Replies | 21858 Views | Created by eja1 - Thursday, December 17, 2009 4:16 PM | Last reply by eja1 - Friday, December 18, 2009 7:37 PM -
8 Votes
Multiple ListView or GridView sharing the same ScrollView
I found an interesting post about ScrollView conflicts that solves my problem: The ScrollViewer in WinRT does work out of the box ...Answered | 7 Replies | 10805 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 -
1 Votes
[UWP]How to Maintain Position of ScrollViewer
see https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/XamlListView and Restore Scroll Position Sample: Demonstrates how to restore a ...Answered | 3 Replies | 2109 Views | Created by Osama Usmani - Monday, July 4, 2016 11:48 PM | Last reply by Fırat Esmer - Friday, October 21, 2016 11:29 AM -
1 Votes
Listview and change style at mousevover
You've only modified the style of ListView, You also need to make similar changes in ListViewItem Style.Answered | 4 Replies | 1724 Views | Created by Mahagh - Monday, November 26, 2012 9:14 AM | Last reply by Ramprasath R - Monday, November 26, 2012 5:02 PM -
2 Votes
Gridsplitter/ListView/ScrollViewer problem
If I widen my listview columns it pushes the left panel smaller, and I can stretch columns out of view without a horizontal scollbar.Answered | 7 Replies | 6058 Views | Created by Dave Lowndes - Tuesday, June 21, 2011 2:14 AM | Last reply by Dave Lowndes - Monday, June 27, 2011 7:39 AM -
0 Votes
XAML Styles Not Overriding Defaults
I'm trying to override the defaults and set the MinHeight and Height of the Vertical ScrollBar inside my textboxes.Answered | 1 Replies | 2372 Views | Created by Alexander Deeb - Saturday, March 3, 2012 2:53 AM | Last reply by Rob Caplan [MSFT] - Saturday, March 3, 2012 3:23 AM -
0 Votes
How To Override a ListViews ScrollViewer Style?
Ok, great I can do that and add my style to the scrollviewer there, and that does work, however my listview looses all headers when i override ...Answered | 2 Replies | 6276 Views | Created by Nithos - Tuesday, August 26, 2008 2:35 PM | Last reply by Nithos - Tuesday, August 26, 2008 3:34 PM -
1 Votes
How to ZoomIn WPF ListView Content without zooming scrollviewer?
It would be great, if you could give some hint, how that converter looks like.Answered | 6 Replies | 4082 Views | Created by talk2ksn - Thursday, January 31, 2013 5:23 PM | Last reply by talk2ksn - Tuesday, February 12, 2013 3:28 AM -
6 Votes
Get ScrollViewer scroll position
Hi, Not sure why you are holding a static variable ?Answered | 6 Replies | 11641 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
TextBox behaviour got changed after Overriding ScrollViewer Control Template
Hi Dev00123, I guess that there are some issue on Scrollviewer your override, if you want scrollbars(Vertical and Horizontal) to moving based on the text ...Answered | 4 Replies | 1037 Views | Created by Dev00123 - Wednesday, May 9, 2018 5:29 AM | Last reply by Dev00123 - Tuesday, May 22, 2018 8:57 AM -
0 Votes
[UWP]Mail style ListView
I wondered whether the best way to do this was to create a custom ListView or a custom ListViewItem or maybe re-remplate the ListViewItem.Answered | 3 Replies | 1199 Views | Created by Andy Ardener - Wednesday, February 10, 2016 1:07 PM | Last reply by Mike Taulty - Saturday, February 13, 2016 4:17 PM -
0 Votes
[UWP][XAML]How animate a scrollviewer through c#
Thanks xamier with your sample, but the problem is that when you scrollview is changed it is moving as step, I wuld like to make it move in similar way if we flick a fortune wheel, the scroll ...Answered | 4 Replies | 1621 Views | Created by wakefun - Monday, June 6, 2016 8:32 AM | Last reply by jerryaqw - Thursday, June 9, 2016 6:25 AM -
0 Votes
How to write listview scrollpostion changed event?
Hi, The GridView/ListView uses a ScrollViewer Inside.Answered | 6 Replies | 6421 Views | Created by T G Karthick Babu - Wednesday, June 27, 2012 9:07 AM | Last reply by T G Karthick Babu - Friday, June 29, 2012 6:34 AM -
0 Votes
How to make style in ListView SelectedItem.?
share ur XAML code including listview and style that u have made...Answered | 7 Replies | 3315 Views | Created by Jitendra Jadav - Wednesday, November 16, 2011 10:02 AM | Last reply by Sheldon _Xiao - Thursday, November 17, 2011 5:09 AM -
0 Votes
Listview scrollview Problem
Hi, I have a ListView control.The listview having DataTemplate Items.It is having button and Grid also.Once I click on the button "grid" should come ...Answered | 2 Replies | 2492 Views | Created by Bala Ilink-Trichy - Thursday, July 19, 2012 9:13 AM | Last reply by ForInfo - Saturday, July 21, 2012 6:02 AM -
0 Votes
background of scrollviewer control in winrt metro style apps
If you have your plaid in an image you can use an ImageBrush: <ScrollViewer Height="300" Width="300"> ...Answered | 1 Replies | 3658 Views | Created by King Star - Saturday, February 25, 2012 9:45 AM | Last reply by Rob Caplan [MSFT] - Tuesday, February 28, 2012 12:31 AM -
0 Votes
Set ListView Height and Styles
I can have bigger images to display on ListView Now just like to those CSS style on web.Answered | 4 Replies | 3969 Views | Created by BinaryWave - Monday, November 2, 2009 7:33 AM | Last reply by BinaryWave - Saturday, November 7, 2009 3:14 AM - Items 1 to 20 of 3064582 Next ›
No announcements