No announcements
Found 2557119 threads
-
0 Votes
change listview selecteditem background for each listview
I have three different listviews in my app i want to Change The listview selected item background toUnanswered | 1 Replies | 543 Views | Created by Raghda Ramadan - Wednesday, December 4, 2013 12:19 PM | Last reply by Sagar B. Joshi - Wednesday, December 4, 2013 3:45 PM -
0 Votes
ListView Set SelectedItem
.NET 4.0 ListView I can not find a way to Set the selected item in a ListView. SelectedItem doesn't exists at all.. And SelectedItems ...Answered | 2 Replies | 3318 Views | Created by WhatTheHeckJohn - Monday, August 2, 2010 6:11 PM | Last reply by WhatTheHeckJohn - Wednesday, August 4, 2010 8:52 PM -
0 Votes
listview selecteditem selectedindex equivalents?
what are the listview selecteditem selectedindex equivalents?? ListBox1.SelectedItem = ListView1Answered | 1 Replies | 2914 Views | Created by KJDion - Saturday, October 4, 2008 7:40 AM | Last reply by Dave299 - Saturday, October 4, 2008 10:47 AM -
1 Votes
Listview SelectedItem
</Grid.DataContext>Answered | 9 Replies | 2115 Views | Created by Reid Smiths - Thursday, May 30, 2013 6:45 AM | Last reply by Reid Smiths - Tuesday, June 4, 2013 3:43 AM -
0 Votes
SelectedItem of ListView
Hello guys, i have an application on pocket pc 2003 that uses a ListView, how can i get the selected item ? for example on win32 i usually do ...Answered | 1 Replies | 8476 Views | Created by Pierre Charbel - Tuesday, March 21, 2006 10:09 AM | Last reply by JR Lyon - Tuesday, March 21, 2006 4:03 PM -
0 Votes
Change ListView Background color
Hi, I have a WPF form which contains a ListView, and in design view the Background is "White" - see below extracted. I would like to dynamically ...Answered | 4 Replies | 506 Views | Created by nzcncf1 - Monday, September 7, 2015 3:24 AM | Last reply by nzcncf1 - Monday, September 7, 2015 10:29 PM -
0 Votes
ListView - ICollectionView.CurrentChanging - Cancel - SelectedItem
Thanks for your answers, I had no problem to stop the user from changing the current selected item in the ListView - I had to do some coding. ...Answered | 7 Replies | 9338 Views | Created by dev.IL engineering - Tuesday, April 7, 2009 9:37 AM | Last reply by Tim Valentine - Wednesday, November 9, 2011 9:51 PM -
0 Votes
ListView SelectedItem issue
Hi rwozniak, There is another approach you could refer to, I think you could make the item selected in preview event, for example:Answered | 3 Replies | 2101 Views | Created by rwozniak - Monday, January 16, 2012 8:49 PM | Last reply by Sheldon _Xiao - Tuesday, January 24, 2012 7:33 AM -
1 Votes
for each loop listview
out how to write a for each statement so that this will keep looping through finding all the users, since right now, it only finds the first user. Any help will be greatly ...Answered | 2 Replies | 472 Views | Created by JVD777 - Wednesday, September 24, 2014 1:26 PM | Last reply by JVD777 - Wednesday, September 24, 2014 1:34 PM -
0 Votes
ListView: editing the SelectedItem
Hello guys, I would like to use a ListView with a GridView to display some tabular data and I want that when I select a Row, in each cell display a TextBox (or ...Answered | 2 Replies | 2565 Views | Created by Formentz - Friday, June 17, 2011 1:59 PM | Last reply by Formentz - Tuesday, June 21, 2011 1:09 PM -
0 Votes
SelectedItem of Listview inside another Listview
ListView myTemplateListView = (ListView)myDataTemplate.FindName(" ...Answered | 5 Replies | 3149 Views | Created by pistacho - Sunday, February 22, 2009 8:11 PM | Last reply by pistacho - Friday, February 27, 2009 7:26 AM -
1 Votes
ListView and SelectedItem binding mode
by using OneWay but disabling the users ability to click on the control (Focusable=false). This allows me to use the header of the ListView and the scroll bar as I want for ...Answered | 5 Replies | 9525 Views | Created by t ssw - Monday, March 8, 2010 4:42 AM | Last reply by t ssw - Sunday, March 14, 2010 2:40 PM -
0 Votes
Get SelectedItem from ListView
HI! I Have a problem with ListView. I can't get value which I selected. Before I add Item as class to ListView and after i can't get one selectedItem to do something with ...Proposed | 2 Replies | 270 Views | Created by BaNaw - Thursday, June 7, 2018 7:41 PM | Last reply by Zhanglong Wu - Friday, June 8, 2018 6:24 AM -
1 Votes
ListView without a default SelectedItem
Thanks that was exactly it. I added the following to the ...Answered | 3 Replies | 3537 Views | Created by Andreas Lange - Wednesday, October 15, 2008 10:50 AM | Last reply by Andreas Lange - Friday, October 24, 2008 9:11 AM -
1 Votes
SelectedItem in ListView - non existant?
selected item's Tag. (This is set when the program registers a 'separator' (that's what they're called)) But I see there's no SelectedItem in a ListView, so I ...Answered | 2 Replies | 2559 Views | Created by Theo Storm - Wednesday, June 10, 2009 4:24 PM | Last reply by Theo Storm - Thursday, June 11, 2009 6:39 AM -
1 Votes
Initialize SelectedItem of ListView
Hello, How to initialize a ListView 's SeletectedItem to its first element? For example, givenAnswered | 5 Replies | 4063 Views | Created by stephane38 - Thursday, September 22, 2011 7:02 AM | Last reply by Annabella Luo - Monday, September 26, 2011 3:42 AM -
0 Votes
Listview Selecteditem Scroll Position
If i find time, i will post a complete sample here, but to get you started, think about creating a style for normal ListViewItem and another style for selected Item. It will ...Answered | 1 Replies | 3768 Views | Created by Patchy115 - Sunday, June 8, 2008 10:29 PM | Last reply by Atul Gupta - Monday, June 9, 2008 4:15 AM -
1 Votes
Set ListView row background
ListView:Answered | 1 Replies | 1898 Views | Created by doh666 - Saturday, September 15, 2012 10:07 AM | Last reply by Christine L. _ - Saturday, September 15, 2012 5:00 PM -
0 Votes
Listview background
You have to obtain the 'container' for each of your items. For example:Answered | 6 Replies | 4007 Views | Created by Peter Vestergaard - Wednesday, October 15, 2008 10:13 AM | Last reply by Peter Vestergaard - Wednesday, October 15, 2008 12:38 PM -
0 Votes
SelectedItem in a templated Listview
add a handler for SelectionChanged event of your listview (not your listbox), and you should be able to handle it from codebehind with an eventhandler registered.Answered | 4 Replies | 3728 Views | Created by MathewChacko - Thursday, April 9, 2009 11:13 AM | Last reply by MathewChacko - Monday, April 13, 2009 6:32 AM - Items 1 to 20 of 2557119 Next ›
No announcements