No announcements
Found 2924241 threads
-
3 Votes
how to get listview subitems in wpf
The WPF ListView control doesn't have the concept of subitems. If you need the text from a particular column then get it from the object the item is bound ...Answered | 9 Replies | 11107 Views | Created by Nandakumar A - Wednesday, July 17, 2013 10:33 AM | Last reply by Mike Danes - Wednesday, July 17, 2013 3:59 PM -
1 Votes
Problem in selecting listview subitems in WPF
A ListItem doesn't have subitems in WPF. Instead you typically bind the ListView to a collection that contains objects of a custom type ...Answered | 2 Replies | 2502 Views | Created by Shaafs - Tuesday, July 16, 2013 11:21 AM | Last reply by Magnus (MM8) - Wednesday, July 17, 2013 2:22 PM -
0 Votes
Editing Subitems in ListView
To edit subitsms in listview: listView.Items[0].SubItems[2].Text = "New text"Answered | 2 Replies | 2030 Views | Created by jsr550 - Sunday, October 16, 2011 1:10 AM | Last reply by Mitja Bonca - Sunday, October 16, 2011 7:52 AM -
0 Votes
How to check listview subitems in label?
Dave, Yes I do know how to check the listview subitems and the label to find the matches, but I have got a problem. When I click on the ...Unanswered | 4 Replies | 1870 Views | Created by Mark103 - Sunday, June 24, 2012 2:34 PM | Last reply by Mark103 - Tuesday, June 26, 2012 12:31 PM -
0 Votes
How to modify subitems in ListView
Hi, I use Windows Forms to create a listview to allow user to change values for listview ...Answered | 1 Replies | 3981 Views | Created by Hao Tian - Friday, August 3, 2007 4:45 PM | Last reply by Sahir Shah - Saturday, August 4, 2007 10:21 AM -
0 Votes
WPF Listview and accessing subitems in C#
Hi everyone, I'm trying to get into wpf and I'm working with the ListView control. I'm having trouble accessing the subitems thoughAnswered | 2 Replies | 17239 Views | Created by Adam D - Sunday, September 9, 2007 11:24 PM | Last reply by Adam D - Thursday, September 13, 2007 11:03 PM -
0 Votes
listview subitems
hi how to get the value of listview subitem.here is the code. i want to insert those values into ...Unanswered | 2 Replies | 823 Views | Created by rajeswari nalla - Saturday, October 26, 2013 9:18 AM | Last reply by Sammani Palansuriya - Saturday, October 26, 2013 11:03 AM -
0 Votes
Adding images to subitems in listview?
Hi, is there a way to add an image to the subitems in a listview? I actually wanted to add checkboxes to additional colums of the ... -
0 Votes
Edit ListView Subitems
I am trying to allow the user to edit ListView subitems but the only things I can find use MFC. Is there a way to do it without MFC? I was able ...Answered | 1 Replies | 4801 Views | Created by Chrismanster - Tuesday, April 18, 2006 4:14 AM | Last reply by cgraus - Tuesday, April 18, 2006 4:43 AM -
2 Votes
image in listview subitems
Hello, Does anyone knows how to display an image in a listview subitems on the Compact Framework? ThanksAnswered | 7 Replies | 9288 Views | Created by lmira - Wednesday, March 18, 2009 9:37 PM | Last reply by lawlawlaw - Saturday, April 11, 2009 8:45 AM -
4 Votes
Get value of ListView item and subitems.
A simple example how to reference a single selected sublist item in a listView: index = this.listView1Answered | 6 Replies | 96710 Views | Created by OMEGA_ReD - Friday, November 21, 2008 7:46 PM | Last reply by Taria - Wednesday, March 6, 2013 11:59 PM -
0 Votes
Listview subitems
(doc.ReminderDescription);//these are subitems in same row. lvItem.SubItems.Add(doc.ReminderStatus); lvItem.SubItems.Add(doc.ReminderDialog); ...Answered | 4 Replies | 4668 Views | Created by Sana raheem1001 - Friday, June 4, 2010 7:55 AM | Last reply by VinilV - Friday, June 4, 2010 12:49 PM -
0 Votes
ListView Subitems
BrowsefolderDialog.selected path for location, but I can't figure out how to add subitems! I've tried .Subitems.add and .Subitems.insert, but I get errors from ...Answered | 14 Replies | 5272 Views | Created by B-Wade - Saturday, January 5, 2008 10:38 PM | Last reply by B-Wade - Sunday, January 6, 2008 2:37 AM -
3 Votes
ListView: How to add items with subitems?
You assume everything correct and I appreciate your help. This way it works. Do you also happen to know how I could get all the ages from the items ...Answered | 3 Replies | 4202 Views | Created by Murt2003 - Friday, July 31, 2009 4:26 PM | Last reply by bpell - Saturday, August 1, 2009 6:54 PM -
0 Votes
Adding SubItems to ListView?
Hi all I am having some trouble in adding SubItems to my ListView. I am able to add to a single columnAnswered | 6 Replies | 5971 Views | Created by OnamC - Monday, March 3, 2008 4:20 PM | Last reply by OnamC - Tuesday, March 4, 2008 9:42 AM -
0 Votes
Listview add SubItems
SubItems->Add("1"); } listView1->View = View::Details; this->Controls->Add(listView1); I am trying to ...Answered | 1 Replies | 392 Views | Created by ollp - Friday, March 25, 2016 8:22 PM | Last reply by ollp - Saturday, March 26, 2016 12:17 AM -
1 Votes
Button in ListView SubItems
Hello Rolf Timmerman!, I tried as well, I see what you mean, there is no Item collection in a ListViewSubItem. However, you could have a button appear at a location ...Answered | 1 Replies | 6214 Views | Created by Rolf Timmerman - Monday, March 2, 2009 1:26 PM | Last reply by Adjutor - Monday, March 2, 2009 1:39 PM -
0 Votes
NEED HELP ON LISTVIEW SUBITEMS PLEASE!.....
listview on form1 with subitems on it. My problem is I don’t know how to code to pass the value of listview(my subitems) ... -
0 Votes
mark subitem (wpf) of listview with different color
Hello, everybody, I need to mark subitem of listview with different color in a programmatic way, but didn't find ...Answered | 1 Replies | 5006 Views | Created by tariavo - Monday, May 25, 2009 7:30 AM | Last reply by Jim Zhou - MSFT - Tuesday, May 26, 2009 12:54 PM -
0 Votes
Listview subitems color background
How do I alter the background and foreground color in a listview box. I tried this code but it does not seem to work. Can someone help ...Answered | 2 Replies | 4423 Views | Created by zippydippyDO - Wednesday, August 10, 2011 12:16 AM | Last reply by Acamar - Wednesday, August 10, 2011 1:53 AM - Items 1 to 20 of 2924241 Next ›
No announcements