No announcements
Found 2333140 threads
-
0 Votes
how to get the item from listview to another listview ?
i have 2 listview and i want to get the item from the listview to another listview like when i select an item from listview1 i can get ...Answered | 1 Replies | 1071 Views | Created by yOyie_333 - Sunday, June 8, 2014 1:26 AM | Last reply by Acamar - Sunday, June 8, 2014 1:51 AM -
2 Votes
Get ListView Selected Item
But as soon as you press any button on the mesageBox, item gets selected.Answered | 8 Replies | 16627 Views | Created by amit_kumar - Wednesday, August 10, 2011 6:56 AM | Last reply by Mitja Bonca - Wednesday, August 10, 2011 12:58 PM -
0 Votes
How to get the focus to a datatemplate listview item in a listview?
Step 1: You should scroll into view an 'object' (i.e. most usually the DataContext object associated with that XAML item), not the XAML item "grdiname" itself.Answered | 1 Replies | 2088 Views | Created by Subbu3chy - Friday, July 27, 2012 8:25 AM | Last reply by ForInfo - Friday, July 27, 2012 8:46 AM -
6 Votes
How to get ListView visible items?
In addition to verifying that the item is HitTestVisibleyou could confirm the item is in the bounds of the window content.Answered | 6 Replies | 6885 Views | Created by Sedrak - Thursday, August 23, 2012 12:14 PM | Last reply by Sedrak - Tuesday, August 28, 2012 7:05 AM -
1 Votes
Get listview item at a particular index
So, if you need to access all possible items at once, it looks like you'll have to revise your design by using a non virtualizing StackPanel or avoid to access all listview ...Answered | 1 Replies | 1370 Views | Created by Tanvi03 - Monday, April 22, 2013 1:33 PM | Last reply by ForInfo - Monday, April 22, 2013 2:16 PM -
0 Votes
How to get the items with ListView control selected?
Every time, I select different item within that Listview Control.Answered | 4 Replies | 1981 Views | Created by hyeewang - Tuesday, May 1, 2012 5:30 PM | Last reply by hyeewang - Sunday, May 13, 2012 4:40 AM -
0 Votes
Listview: how to get the current checked item
Is there a way to hide items from a listview?Answered | 3 Replies | 3061 Views | Created by AdrianCimpo - Thursday, August 28, 2008 9:45 AM | Last reply by AdrianCimpo - Friday, August 29, 2008 1:13 PM -
1 Votes
ListView get item key in eventhandler (oniteminvoked)
I tried to find out what's the defined behavior of a ListView together with own implementation of the data interface.Answered | 2 Replies | 2841 Views | Created by Bruno proITservice - Wednesday, October 10, 2012 9:02 AM | Last reply by Jeff Sanders - Monday, October 15, 2012 3:45 PM -
0 Votes
listview-get value in selected item
SelectedItems is the set of selected rows; you need to look at the SubItems[2] value of the first selected row... for example (important bit highlit): ...Answered | 4 Replies | 18995 Views | Created by htmlforums - Wednesday, September 17, 2008 9:39 AM | Last reply by htmlforums - Thursday, September 18, 2008 4:36 AM -
1 Votes
ListView Items
Put a breakpoint and singlestep you will get the exact location.Answered | 9 Replies | 3804 Views | Created by Hamid Reza Shojaie - Friday, May 1, 2009 6:27 PM | Last reply by A.m.a.L Hashim - Friday, May 1, 2009 8:41 PM -
0 Votes
Get Text for each selected item in ListView
I have a listview control with two columns.Answered | 1 Replies | 3669 Views | Created by Harsimran Singh - Saturday, October 18, 2008 4:21 AM | Last reply by Arjun Paudel - Saturday, October 18, 2008 10:36 AM -
1 Votes
ListView Get Selected Item
The way you do this is you set the selectedItem of the ListView to the BSModel Class and then set each text box to the classes property of you want to ...Answered | 8 Replies | 7764 Views | Created by bigshop - Sunday, June 27, 2010 1:32 AM | Last reply by mrp100461 - Sunday, July 10, 2011 2:14 PM -
2 Votes
Get ListView Sub Items when Selected Items in ListView is Changed
There are differences between FocusedItem (focus rectangle item, usually last selected item) and SelectedItems.Answered | 6 Replies | 11384 Views | Created by ChronO2Jam - Saturday, February 18, 2012 1:10 PM | Last reply by Suneet Singh - Thursday, July 26, 2012 11:19 AM -
0 Votes
Reorder items on grouped ListView?
Yes that includes grouped ListView.Answered | 3 Replies | 3944 Views | Created by Matthias Jauernig - Friday, May 25, 2012 7:25 AM | Last reply by Mark Rideout - Tuesday, May 29, 2012 5:16 PM -
0 Votes
ListView to ListBox Item
0 Then selectedTextAnswered | 2 Replies | 1764 Views | Created by CoderTraNEE - Saturday, August 10, 2013 1:38 AM | Last reply by Ada Semon - Monday, August 12, 2013 7:10 AM -
0 Votes
How can I get Listview selected item ?
suppose your ListViewItem is of type Image, then use picturebox.Image = (Image) listview.selecteditem if not convert the selected item to the original type and the use the ...Answered | 2 Replies | 4090 Views | Created by NaderSeparation - Wednesday, December 22, 2010 4:35 PM | Last reply by Vilsad - MCTS - Wednesday, December 22, 2010 5:34 PM -
0 Votes
Navigating to listview item's page
To get a better understanding how to make a good use of this, I recommend you have a look at the MVVM design ...Answered | 1 Replies | 2030 Views | Created by singh029 - Friday, July 27, 2012 11:38 AM | Last reply by Helge Mahrt - Friday, July 27, 2012 1:59 PM -
0 Votes
ListView with a custom item collection
The ListView is a difficult choice to implement this kind of functionality.Answered | 2 Replies | 3112 Views | Created by PaulH79 - Tuesday, September 1, 2009 8:21 PM | Last reply by PaulH79 - Wednesday, September 2, 2009 5:28 PM -
0 Votes
Change the value of an item in ListView
Example: I want to click an item of listview and change the value Status from 0 to 1, to make it completed.Answered | 1 Replies | 4872 Views | Created by Tarasiadis Miltos - Wednesday, May 20, 2009 5:30 PM | Last reply by Tao Liang - Friday, May 22, 2009 7:22 AM -
0 Votes
Setfocus item listView ?
I use five dynamic listviews, then load items on each listView, after loading the focus list item [0] of the first listView, I run a very good ...Answered | 6 Replies | 843 Views | Created by lamtriendong - Monday, January 22, 2018 2:00 AM | Last reply by lamtriendong - Wednesday, January 24, 2018 7:35 AM - Items 1 to 20 of 2333140 Next ›
No announcements