No announcements
Found 1315522 threads
-
0 Votes
Sorting ListView
I would like to sort the listview based on the column clicked.Answered | 1 Replies | 3726 Views | Created by VentsyV - Wednesday, June 24, 2009 4:50 PM | Last reply by Jason Kresowaty - Thursday, June 25, 2009 12:58 AM -
1 Votes
Numeric Pager and ListView for a universal app
Guide to posting: subject line tags In order to create the Numeric Pager for the ListView, I have modified your code as following, please try ...Answered | 1 Replies | 456 Views | Created by tamtam200 - Wednesday, December 23, 2015 11:34 PM | Last reply by Amy Peng - Thursday, December 24, 2015 7:46 AM -
1 Votes
sort listview by date
Hi Darren, then you have to sort the data manually before you add these.Answered | 6 Replies | 2280 Views | Created by wingers - Wednesday, October 15, 2014 10:15 PM | Last reply by wingers - Thursday, October 16, 2014 2:16 PM -
0 Votes
Update sorting on ListView
The ListViewItem is updated accordingly, showing the new data.Answered | 6 Replies | 4870 Views | Created by Ephracis - Tuesday, January 18, 2011 12:33 AM | Last reply by Sheldon _Xiao - Sunday, February 13, 2011 3:53 AM -
0 Votes
Sorting while Paging Listview
You can add SortDescription into the SortDescriptions of Items in ListView, for example:Answered | 1 Replies | 4306 Views | Created by Manju N - Tuesday, March 10, 2009 10:34 PM | Last reply by Tao Liang - Friday, March 13, 2009 5:50 AM -
0 Votes
Sorting of ListView in WPF MVVM
> This is a generic propertyChanged event for collection of all the listview having sorting feature...Answered | 14 Replies | 4053 Views | Created by MohammedAyaz Shaikh - Friday, October 31, 2014 12:43 PM | Last reply by MohammedAyaz Shaikh - Wednesday, November 5, 2014 5:49 AM -
0 Votes
Items in listview not sorted correctly
I have a listview which I reorder by clicking on the gridViewheader.Answered | 1 Replies | 3780 Views | Created by magnusb999 - Tuesday, November 4, 2008 2:31 PM | Last reply by magnusb999 - Tuesday, November 4, 2008 8:27 PM -
0 Votes
How to sort multiple listview on a form
this.lstFG .Sort(); change this to cast the Object Sender to the listview...Answered | 2 Replies | 3148 Views | Created by CanAnn - Wednesday, December 22, 2010 4:15 PM | Last reply by Mitja Bonca - Wednesday, December 22, 2010 7:52 PM -
0 Votes
sorting listview only works once
I have tried other sort methods and no go.Answered | 6 Replies | 759 Views | Created by tanStaafl2011 - Sunday, May 24, 2015 7:01 PM | Last reply by tanStaafl2011 - Friday, May 29, 2015 1:18 AM -
1 Votes
Sorting Listview File Size Column
I've read an article related to on how to sort file sizes on a listview and one of the posters suggested to store the file size in bytes on the tag property and sort it that ...Answered | 6 Replies | 777 Views | Created by L1nk3R - Wednesday, March 16, 2016 12:00 PM | Last reply by L1nk3R - Wednesday, March 16, 2016 1:56 PM -
0 Votes
ListView - Sorting GridVewColumn when there is a GridViewColumn.CellTemplate
I have a ListView, where the content of each GridViewColumn has a CellTemplate containing a TextBlock.Answered | 2 Replies | 4694 Views | Created by Hedley Sohn - Wednesday, May 6, 2009 10:16 PM | Last reply by Hedley Sohn - Friday, May 8, 2009 2:58 PM -
0 Votes
ListView Header Sort Indicators (Sort Arrows)
The following snippet uses WTL to handle clicking on a listview header for sorting but the methods used should be understandable. lhead is a WTL header control, hdrItem is a ...Answered | 14 Replies | 4871 Views | Created by Festus Hagen - Wednesday, January 25, 2017 1:44 PM | Last reply by Festus Hagen - Saturday, January 28, 2017 12:38 PM -
0 Votes
were to make pager when to make pager and what should one consider.
But you can look at the below ...Answered | 2 Replies | 811 Views | Created by rajemessage - Monday, January 27, 2014 8:59 AM | Last reply by SQLZealots - Monday, January 27, 2014 9:22 AM -
2 Votes
Trouble Sorting ListView
sortColumn = e.Column ' Set the sort order to ascending by default.Answered | 4 Replies | 3129 Views | Created by GregWold - Thursday, June 11, 2009 2:37 AM | Last reply by CodeCruiser - Thursday, June 11, 2009 8:33 AM -
0 Votes
Pager total not displayed for RIA data source
Hi, I've converted my LightSwitch app to use a RIA data source instead of a Database one.Answered | 1 Replies | 2913 Views | Created by azaclauson - Monday, December 20, 2010 5:32 AM | Last reply by Erik - MSFT - Monday, January 31, 2011 10:27 PM -
1 Votes
listview control descending order sorting
Hi May1006, For Sort in ListView question, you just can follow the solution from Mitja Bonca, as the KB said to implement the manual sorting of items by ...Answered | 4 Replies | 7047 Views | Created by May1006 - Saturday, March 12, 2011 10:13 PM | Last reply by Mike Dos Zhang - Tuesday, March 15, 2011 4:44 PM -
0 Votes
Sort the Column header in ListView (ascending and descending order)
Hi Ashlesh Patel, Currently ListView doesn't support to auto sort rows base on the column click while DataGridView support.Answered | 4 Replies | 4827 Views | Created by Ashlesh Patel - Saturday, April 25, 2009 10:09 AM | Last reply by Ashlesh Patel - Tuesday, April 28, 2009 8:16 AM -
0 Votes
How to sort the dates in Listview in windows store apps
Hello, You need to sort the collection using your DB query syntax.Answered | 1 Replies | 1865 Views | Created by shaik amair - Monday, July 29, 2013 6:24 PM | Last reply by James Dailey - MSFT - Tuesday, July 30, 2013 12:41 AM -
2 Votes
Auto sorting listview after item changed
Hi Matias, I found a sample below about how to sort a multi-column listview, when I add a new item, it can be sort automatically, ...Answered | 6 Replies | 5044 Views | Created by Matias E_ - Tuesday, August 12, 2008 2:54 PM | Last reply by Matias E_ - Thursday, August 14, 2008 2:04 PM -
0 Votes
Problem with listview sorting by clicking on its header
3) Investigate the various ListView replacements which are available such as http://www.componentowl.com/better-listview-express One of these may offer ...Answered | 5 Replies | 1968 Views | Created by Booster1 - Sunday, December 20, 2015 2:26 PM | Last reply by Andy ONeill - Monday, December 21, 2015 11:15 AM - Items 1 to 20 of 1315522 Next ›
No announcements