No announcements
Found 2495121 threads
-
0 Votes
Listview can't be scrolled after column changes width
I'm not sure I agree with you - it doesn't fit with the rest of the way that Windows works.Answered | 9 Replies | 2832 Views | Created by JavierLSU - Wednesday, August 8, 2012 10:54 PM | Last reply by JavierLSU - Tuesday, August 14, 2012 4:45 PM -
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 | 19722 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 | 509 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 | 2030 Views | Created by Aidan - Thursday, March 8, 2012 9:57 PM | Last reply by Aidan - Friday, March 9, 2012 10:43 AM -
2 Votes
UI That Fits All Screen Sizes
>I've been reading and watching some videos on how to master the Grid element and was wondering if this would be the best element to use, I am guessing I could use it as intended and split ...Answered | 1 Replies | 775 Views | Created by ScrotieFlapWack - Tuesday, November 1, 2016 6:47 PM | Last reply by Magnus (MM8) - Tuesday, November 1, 2016 9:28 PM -
0 Votes
search and update a listview column
the problem is how do I update a specific column //update column 5 on the listview with the ...Answered | 3 Replies | 1754 Views | Created by CanAnn - Wednesday, June 6, 2012 4:32 PM | Last reply by Pantelis44999 - Wednesday, June 6, 2012 4:43 PM -
3 Votes
ListView Column Replacement in WinRT
I spoke with our Listview team - there's nothing in it like we have in WPF to create the explorer details look.Answered | 2 Replies | 5549 Views | Created by Magnus_genesis - Sunday, February 12, 2012 4:22 AM | Last reply by Matt Small - Tuesday, February 14, 2012 6:47 PM -
0 Votes
Restoring listview column positions.
Hi, I am having trouble trying to restore column positions for a listview.Answered | 2 Replies | 3729 Views | Created by John-30 - Sunday, September 27, 2009 5:44 PM | Last reply by John-30 - Sunday, September 27, 2009 7:28 PM -
0 Votes
Listview and columns
All I want to do is select it and have the value from the 2nd column show in a lebel1.text comtrol private void Form1_Load(object sender, EventArgs ...Answered | 11 Replies | 3917 Views | Created by Joesoft11a - Saturday, November 7, 2009 7:42 AM | Last reply by Joesoft11a - Saturday, November 7, 2009 9:42 PM -
0 Votes
Listview with checkbox on last column??
Hi, you can completely redraw listview, use datagrid and custom column ...Answered | 1 Replies | 4432 Views | Created by cubahero - Friday, January 23, 2009 12:47 PM | Last reply by Rene Stein - Friday, January 23, 2009 3:50 PM -
0 Votes
Custom Column Elements (not just CSS) in ListView?
Best Regards, Ming Xu.Answered | 3 Replies | 2505 Views | Created by BallistaMan - Thursday, August 16, 2012 11:12 PM | Last reply by Jeff Sanders - Wednesday, August 29, 2012 7:29 PM -
3 Votes
Listview Display of Column having checkboxes
You donot remember but you helped me to solve two big problems for me and for that you had to search too but your beauty is that you donot forget and come up with an absolute solution ...Answered | 10 Replies | 4728 Views | Created by sazd1 - Tuesday, January 12, 2010 2:21 AM | Last reply by •.trujade.• - Friday, January 22, 2010 3:50 AM -
0 Votes
HOW TO SAVE LISTVIEW ITEMS & COLUMNS
The save function is seperate from the generatelistviewfile function... so you can use the generatelistviewfile function to get a file, and whatever you want after that to save it wherever or however ...Answered | 4 Replies | 2544 Views | Created by TeachMe - Sunday, December 25, 2011 5:56 AM | Last reply by JohnWein - Sunday, December 25, 2011 9:46 PM -
0 Votes
bmp not displaying in column header in ListView
Best Regards Neddy Ren[MSFT] MSDN Community Support | Feedback to usAnswered | 2 Replies | 2096 Views | Created by skibikegolf-bogie - Monday, December 12, 2011 3:27 PM | Last reply by Neddy Ren - Wednesday, December 14, 2011 7:27 AM -
12 Votes
ListView column autosize
The best way I can think of is doing some quick hard-coded trial and error type programming.Answered | 8 Replies | 74224 Views | Created by NewbieDude - Tuesday, June 13, 2006 7:39 AM | Last reply by MD90 - Saturday, December 6, 2014 4:41 PM -
0 Votes
ListView, adding Items to columns.
ReadLine(); String ^ value2 = iscn->ReadLine(); String ^ value3 = iscn->ReadLine(); String ^ value4 = iscn->ReadLine(); auto item = gcnew ListViewItem( gcnew ...Answered | 1 Replies | 456 Views | Created by Muhammad Ehsan ul Haq - Friday, May 6, 2016 9:27 AM | Last reply by Viorel_ - Friday, May 6, 2016 11:21 AM -
0 Votes
Fill listview column with value
If the values are coming from a Dataset, you might want to consider a DataGridView for displaying them rather than a ListView.Answered | 2 Replies | 779 Views | Created by Mohammad-Sufian - Monday, August 31, 2015 12:52 PM | Last reply by Blackwood - Monday, August 31, 2015 6:28 PM -
0 Votes
listview alignment first column
Set the width of column 0 to 0.Answered | 2 Replies | 4597 Views | Created by hjl1 - Tuesday, February 21, 2012 10:13 AM | Last reply by hjl1 - Tuesday, February 21, 2012 3:20 PM -
1 Votes
listview flickers when resizing columns
Have you tried using the BeginUpdate() and EndUpdate() methods on the ListView?Answered | 4 Replies | 4708 Views | Created by Seekaye - Tuesday, February 7, 2012 9:15 PM | Last reply by Seekaye - Sunday, February 12, 2012 4:48 PM -
0 Votes
How to add data programmatically into each column in listview
Hi All, I have written xml code below:Answered | 10 Replies | 8274 Views | Created by Jason2726 - Thursday, August 2, 2012 8:32 AM | Last reply by Sheldon _Xiao - Friday, August 17, 2012 7:06 AM
No announcements