No announcements
Found 2862004 threads
-
0 Votes
[UWP][XAML] ListView in scroll viewer causes Page to get too large
will always take 1/2 of our height of the page, the resize works here.Answered | 3 Replies | 1311 Views | Created by Roman Jones - Friday, June 9, 2017 7:54 PM | Last reply by Barry Wang - Wednesday, June 14, 2017 7:27 AM -
2 Votes
Infinite scrolling with ListView
How can we do the infinite scroll for listView control in html5+css3 based metro style app ?Answered | 11 Replies | 18735 Views | Created by OasisLiveForever - Sunday, May 20, 2012 6:14 AM | Last reply by floekkeVestas - Sunday, May 27, 2012 2:42 PM -
4 Votes
Bug: Scrolling with mouse wheel stops working in a ListView if the page contains WebView?
I recommend exploring the workarounds and deciding on one to use.Answered | 20 Replies | 7197 Views | Created by gaurav77 - Friday, July 6, 2012 9:35 AM | Last reply by Filipp Panfilov - Tuesday, April 23, 2013 7:24 AM -
0 Votes
Listview can't be scrolled after column changes width
However, I actually have to click on an HTML element, not just anywhere on the page.Answered | 9 Replies | 2824 Views | Created by JavierLSU - Wednesday, August 8, 2012 10:54 PM | Last reply by JavierLSU - Tuesday, August 14, 2012 4:45 PM -
0 Votes
[U8.1][XAML]ListView vertical scroll snaps to start
Hi Thought2, I have tested your code in my side, if I give a fixed height or bind the ListView'height to the height of the Grid for the ...Answered | 1 Replies | 669 Views | Created by Thought2 - Monday, May 25, 2015 6:40 PM | Last reply by Amy Peng - Tuesday, May 26, 2015 7:09 AM -
0 Votes
Scroll a ListView to bottom?
listView.ScrollInView( listView.Items.Count - 1 ) should work.Answered | 11 Replies | 35779 Views | Created by Jan-Cornelius Molnar - Wednesday, November 9, 2005 8:42 AM | Last reply by ValLeer - Friday, September 2, 2016 12:33 PM -
2 Votes
Scroll Listview to specific line
Is there any other way to scroll the ListView down to the bottom?Answered | 7 Replies | 11302 Views | Created by Sam Jost - Friday, October 17, 2008 12:40 PM | Last reply by Sam Jost - Thursday, October 23, 2008 10:27 AM -
0 Votes
How to get scroll position of our listview?
In any case, it may be enough for you by enabling NavigationCacheMode in your page, so the status of the page is mantained when you navigate ...Answered | 2 Replies | 6962 Views | Created by T G Karthick Babu - Monday, June 25, 2012 12:19 PM | Last reply by T G Karthick Babu - Tuesday, June 26, 2012 4:11 AM -
1 Votes
Scrolling without scroll bars in listview
https://stackoverflow.com/questions/2488622/how-to-hide-the-vertical-scroll-bar-in-a-net-listview-control-in-details-mode & ...Answered | 4 Replies | 687 Views | Created by xanrer - Tuesday, August 13, 2019 9:30 PM | Last reply by xanrer - Wednesday, August 14, 2019 12:32 AM -
3 Votes
Set ListView scroll position
OK, it's a two year old thread, but maybe someone else will need this info one day...Answered | 10 Replies | 36509 Views | Created by Daniel Stöffler - Monday, June 23, 2008 7:54 AM | Last reply by Chris Zhang1 - Monday, September 15, 2014 11:00 PM -
0 Votes
[UWP]ListView containerContentChanging on scroll
In general this isn't recommended way to use the ListView.Answered | 1 Replies | 1008 Views | Created by MIINApps - Sunday, March 27, 2016 3:23 PM | Last reply by ivan.icin - Sunday, March 27, 2016 4:49 PM -
0 Votes
How to make Listview header visible when the Listview is scrolled down?
The easiest way to achieve that sort of effect is to use a separate control for the header above the ListView.Answered | 1 Replies | 890 Views | Created by Santhosh Kumar.CH - Tuesday, September 30, 2014 3:47 PM | Last reply by Rob Caplan [MSFT] - Wednesday, October 1, 2014 1:36 AM -
0 Votes
Set ListView scroll position
EnsureVisible(index); //Example: listView1.Answered | 3 Replies | 13893 Views | Created by Daniel Stöffler - Wednesday, June 18, 2008 9:05 AM | Last reply by Ed Price - MSFT - Friday, May 11, 2012 3:25 AM -
0 Votes
Is there an example of multiple ListView elements on one page?
Sounds like he has multiple vertical-scroll lists along with the whole page scrolling horizontally?Answered | 7 Replies | 4531 Views | Created by Tom Lianza - Wednesday, May 2, 2012 11:18 PM | Last reply by mauriziodenmark - Friday, November 15, 2013 9:10 AM -
0 Votes
ListView Scroll Vertical
With List it was showing horizontal scroll, but Small Icon solve the problem !Answered | 5 Replies | 5403 Views | Created by guilhermecvm1 - Wednesday, July 26, 2006 9:06 PM | Last reply by ahmedilyas - Wednesday, July 26, 2006 11:01 PM -
0 Votes
Xaml for a listview with 2 columns, one left align one right align, full width
>First text box left align second one right align, and stretching the full width of the screen.Answered | 1 Replies | 2571 Views | Created by Rudolf Windows Phone 8.1 - Thursday, May 14, 2015 8:48 PM | Last reply by Amy Peng - Friday, May 15, 2015 8:31 AM -
1 Votes
Horizontal scrolling doesn't work with ItemsStackPanel in ListView(GridView)
Any ListView that has more items horizontally than the viewport size fails to scroll horizontally.Answered | 5 Replies | 3467 Views | Created by Mikhail Maksyuta - Friday, October 18, 2013 1:08 PM | Last reply by Sergei Bliudenov - Tuesday, February 10, 2015 6:05 AM -
1 Votes
Windows 8 ListView SelectedIndex / SelectedItem (not scrolling)
However, when ScrollViewer and ListView are used together making application become slowly when the number of item in ListView become bigger.Answered | 5 Replies | 8390 Views | Created by Igor Kulman - Wednesday, May 2, 2012 11:54 AM | Last reply by PickCreative - Wednesday, October 30, 2013 6:16 PM -
1 Votes
WPF Richtextbox scroll one page up and down?
Hi Sanju Monu, <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...Answered | 2 Replies | 2007 Views | Created by Sanju Monu - Saturday, December 12, 2015 7:04 AM | Last reply by gekka - Sunday, December 13, 2015 5:30 AM -
0 Votes
Reset Scroll Bars in WPF ListView
0) { DependencyObject depobj = VisualTreeHelper.GetChild(myListViewObject, 0); if (depobj is Decorator) { Decorator border = depobj as ...Answered | 4 Replies | 9650 Views | Created by MarkEMark999 - Wednesday, June 18, 2008 10:09 PM | Last reply by Faisal Noordeen - Tuesday, October 5, 2010 6:36 AM - Items 1 to 20 of 2862004 Next ›
No announcements