No announcements
Found 2495298 threads
-
1 Votes
Fit size to content of ListView columns
Hi, Based on my understanding, the ListViewItem actually copies its horizontal alignment to all the individual column, so it is impossible to control the alignment for the ...Answered | 1 Replies | 6730 Views | Created by Yoavo - Thursday, November 6, 2008 7:14 AM | Last reply by Jim Zhou - MSFT - Tuesday, November 11, 2008 6:49 AM -
0 Votes
listview does not load all the columns in the second listview
Hi alobi, If you want to copy the entire row in listview.selecteditems, you could need to set view property and add column header in another listview firstly, ...Answered | 4 Replies | 348 Views | Created by alobi - Tuesday, February 6, 2018 8:46 PM | Last reply by alobi - Wednesday, February 7, 2018 6:11 AM -
1 Votes
ListView cell tooltip when text won't fit column width
I was hoping that there would be some automatic way of working out whether the cell content would fit, and then display the tooltip only if it wasn't all ...Answered | 4 Replies | 6444 Views | Created by Andy Tarpey - Friday, June 16, 2006 8:40 AM | Last reply by GooeyIsMe - Wednesday, June 25, 2008 7:20 PM -
0 Votes
Extend last column of listview
Hi Tao, I just wanted to stretch the last column of the listview to the rest width of the listview.Answered | 2 Replies | 6991 Views | Created by Manju N - Thursday, May 21, 2009 6:17 PM | Last reply by R.K.JHA - Tuesday, May 17, 2011 2:35 PM -
0 Votes
Listview - how to make the last column fill the width of the listview
this worked for me, where "lv" is my listview.Answered | 3 Replies | 23967 Views | Created by ubsman - Friday, September 14, 2007 10:51 PM | Last reply by jd-lwr - Wednesday, June 22, 2016 5:38 PM -
0 Votes
Is there a way to sort rows of a Listview Container on some but not all columns?
I need to sort all rows using three of four columns row data as the sort arguments and keeping the fourth column contents in it's proper row.Answered | 5 Replies | 480 Views | Created by Shady Brady Hat - Monday, February 11, 2019 12:15 AM | Last reply by Alex-KSGZ - Tuesday, February 12, 2019 6:57 AM -
0 Votes
Best fit all column for a listview
[DllImport( "User32.dll" )] public extern static int SendMessage( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ); private ...Answered | 5 Replies | 4685 Views | Created by Roxana Ungureanu - Tuesday, December 20, 2005 11:46 AM | Last reply by Jelle van der Beek2 - Tuesday, December 20, 2005 1:20 PM -
1 Votes
listview column currency format
That all works.Answered | 10 Replies | 5872 Views | Created by bobo040 - Wednesday, January 25, 2017 1:21 AM | Last reply by Frank L. Smith - Wednesday, January 25, 2017 3:05 PM -
0 Votes
Auto fit columns in excel using open xml
> Is there any solution for auto fit columns in excel using open xml and should open in Microsoft excel all version As far as ...Answered | 1 Replies | 13351 Views | Created by Raj12345, - Thursday, April 2, 2015 6:01 AM | Last reply by Edward8520 - Friday, April 3, 2015 9:32 AM -
0 Votes
'Best Fit' of child controls in a FlowLayoutPanel
As I add or delete PictureBoxes, they will all resize themselves for the 'Best Fit'.Answered | 4 Replies | 2510 Views | Created by JonBull - Wednesday, September 12, 2012 10:42 PM | Last reply by Jason Dot Wang - Friday, September 14, 2012 4:31 AM -
1 Votes
Listview content/column width issue
That snippet is the best revision thus far Les, it now gives the files with much longer names their own space entirely so as not to push others along.Answered | 10 Replies | 804 Views | Created by Arcdreamer - Wednesday, June 29, 2016 1:46 PM | Last reply by Arcdreamer - Monday, July 4, 2016 11:21 PM -
0 Votes
ListView: Set the right column to auto width
Or you could make the "Message" column stretch by binding the Width property of the GridViewColumn to the ActualWidth of the ListView with a ...Answered | 4 Replies | 5915 Views | Created by Z. V - Friday, January 1, 2016 4:05 AM | Last reply by Andy ONeill - Monday, January 4, 2016 9:36 AM -
0 Votes
get column name in ListView
Hi Amit_Kumar, Here is a related thread about read the HTML table to ...Answered | 2 Replies | 2965 Views | Created by amit_kumar - Friday, July 15, 2011 7:16 AM | Last reply by Mike Feng - Wednesday, July 20, 2011 3:45 AM -
6 Votes
"Star" size of a ListView column
something like this should work Assuming there is all the columns have widths except ...Answered | 11 Replies | 77718 Views | Created by Jan10 - Thursday, April 12, 2007 4:14 PM | Last reply by Enrique Díaz A22 - Wednesday, March 19, 2014 11:54 AM -
0 Votes
ListView Item column sum
Best regards Arild Røksund, Norwegian developer (SQL & .net), Omega AS (please Vote as helpful if helpful)Answered | 2 Replies | 8336 Views | Created by Sagar Hatikat - Friday, August 13, 2010 10:43 AM | Last reply by Arild Røksund - Friday, August 13, 2010 11:23 AM -
2 Votes
ListView fixed size column headers
it doesn't work for a listview in winforms if the listview is being populated row by row and the columns are added in the designer for a details view.Answered | 4 Replies | 19616 Views | Created by CharithJ - Wednesday, September 8, 2010 2:36 AM | Last reply by w10 timebuster - Sunday, August 26, 2018 8:17 AM -
2 Votes
listview at 4.6 with columns
There is in fact no real equivalent to the WinForms ListView control in WinRT but you could define the columns yourself in the ItemTemplate of the ...Answered | 2 Replies | 438 Views | Created by Rui M_ - Sunday, December 13, 2015 7:55 PM | Last reply by Magnus (MM8) - Sunday, December 13, 2015 10:18 PM -
0 Votes
listview header and column content
hi Aidan for the listview you have a choice of header text or column content.Answered | 2 Replies | 1950 Views | Created by Aidan - Thursday, March 8, 2012 9:57 PM | Last reply by Aidan - Friday, March 9, 2012 10:43 AM -
2 Votes
Auto Resize Columns of ListView?
private void SMS_Explorer_Resize(object sender, EventArgs e) { Resize_ListColumn(0); } void Resize_ListColumn(int list) { ...Answered | 6 Replies | 24885 Views | Created by DiamonDogX - Monday, June 4, 2007 4:11 PM | Last reply by C'Sharp.and.Swift - Tuesday, June 24, 2014 3:01 PM -
1 Votes
Listview Rows and Columns
Hey, I don`t think there is a scrollBar value you can get but, you can get the (TopItem.Index) which tells you which row index is showing at the top of the Listview.Answered | 3 Replies | 1822 Views | Created by Wilrodiz - Sunday, May 12, 2013 8:50 PM | Last reply by IronRazerz - Monday, May 13, 2013 2:01 AM - Items 1 to 20 of 2495298 Next ›
No announcements