No announcements
Found 2770020 threads
-
0 Votes
How to add MSGesture Event to listview
Hello, I think that the correct code is var list = document.getElementById("mylist"); list .addEventListener("MSGestureEnd", eventhandler, ...Proposed | 2 Replies | 2137 Views | Created by XDR123 - Friday, September 28, 2012 6:59 PM | Last reply by XDR123 - Thursday, November 1, 2012 7:05 AM -
0 Votes
WinJS listView gesture attaching/firing AFTER selection.
Solved the gesture firing issue here.Answered | 6 Replies | 689 Views | Created by studeoBob - Wednesday, February 10, 2016 12:05 AM | Last reply by GalleryIsUsed - Friday, February 26, 2016 2:43 AM -
3 Votes
ListView: How to add items with subitems?
We know position of the age column in the ListView and it's one of the sub items.Answered | 3 Replies | 4401 Views | Created by Murt2003 - Friday, July 31, 2009 4:26 PM | Last reply by bpell - Saturday, August 1, 2009 6:54 PM -
7 Votes
How to catch button click event in listview?
= document.createElement("div"); result.className = "regularListIconTextItem"; result.style.overflow = "hidden"; // Build icon div and ...Answered | 6 Replies | 9260 Views | Created by KMoon - Tuesday, July 31, 2012 11:12 AM | Last reply by Dvir Cooper - Thursday, February 14, 2013 3:18 PM -
2 Votes
How to add data to a Listview
Hi, Do you want to add data to a Listview?Answered | 4 Replies | 564 Views | Created by Alexanderkng - Friday, August 24, 2018 1:41 AM | Last reply by Alexanderkng - Sunday, August 26, 2018 1:03 AM -
3 Votes
How to add image to listview on the fly
Hi eyal1111, How is it going with Adavesh’s suggestions?Answered | 5 Replies | 2872 Views | Created by eyal1111 - Wednesday, February 29, 2012 6:49 AM | Last reply by eyal1111 - Saturday, March 24, 2012 12:30 PM -
0 Votes
ListView ScrollChanged Event
Check this out for ways of accessing the ScrollViewer within a control, which should work for both GridView and ListView: How can I get the ...Answered | 2 Replies | 9566 Views | Created by Subbu3chy - Thursday, June 28, 2012 4:43 AM | Last reply by Thomas Bovy - Friday, June 29, 2012 7:47 AM -
2 Votes
how to add data to colomn in Listview
According to your description, I understand you want to add data to ListView.Answered | 4 Replies | 2890 Views | Created by Supun Lakshan - Sunday, January 29, 2012 5:29 AM | Last reply by Annabella Luo - Thursday, February 9, 2012 9:45 AM -
1 Votes
Visual Basic LISTVIEW ADD
But I still do not know how this would have help because the LISTVIEW that I wanted to add an entry to was already displayed with many entries.Answered | 28 Replies | 4150 Views | Created by EdCal - Sunday, January 6, 2013 7:14 PM | Last reply by Frank L. Smith - Tuesday, January 8, 2013 9:45 PM -
1 Votes
ListView Drop event not firing
While maybe not helpful at first, the reason you do not receive the Drop event is that the ListView/GridView itself handles the Drop event.Answered | 10 Replies | 5196 Views | Created by Matthew Saunier - Tuesday, March 6, 2012 3:56 AM | Last reply by abhig78 - Friday, July 6, 2012 5:46 PM -
0 Votes
ListView SelectionChanged event help
Alright, whenever I try to get the value stored in the listview, I try to set the text of the textbox to it, like so.Answered | 4 Replies | 2602 Views | Created by Skeith2005 - Tuesday, September 14, 2010 6:42 PM | Last reply by Skeith2005 - Tuesday, September 14, 2010 7:53 PM -
0 Votes
How do I add a DataTable to a ListView?
The obvious way to go is datagridview, but you can build a listview as explained ...Answered | 1 Replies | 719 Views | Created by Jonas Andersson - Monday, February 29, 2016 3:50 PM | Last reply by Andy ONeill - Monday, February 29, 2016 8:31 PM -
0 Votes
[UWP][MVVM] What's event of listview?
Hi Le Thien Hoang, In my experience, you actually want to add context menu for ListView.Answered | 2 Replies | 787 Views | Created by Le Thien Hoang - Tuesday, June 21, 2016 1:58 AM | Last reply by Xavier Xie-MSFT - Wednesday, June 22, 2016 2:56 AM -
0 Votes
[UWP]how to add the selected item to listview
There is a downloadable code sample of how to use the ContactPicker class to select one or more contacts and how to display a list of contacts to the user available in the code ...Answered | 3 Replies | 2195 Views | Created by bandaru sateesh - Friday, November 27, 2015 6:47 AM | Last reply by Magnus (MM8) - Sunday, November 29, 2015 2:25 PM -
1 Votes
Add Textbox.Lines To Listview....How???
Hi Friends, I have 3 textboxes with lines that I'm trying to add to 3 columns in a Listivew1.Answered | 2 Replies | 458 Views | Created by AaronEsteban - Thursday, June 16, 2016 11:56 PM | Last reply by Acamar - Friday, June 17, 2016 1:09 AM -
0 Votes
How to avoid the ListView SelectedIndexChanged event launched twice?
Hi, You can get around this problem by using the MouseDown event and the ItemSelectionChanged events like shown here.Answered | 4 Replies | 1510 Views | Created by gaxjyxq - Tuesday, March 17, 2015 10:25 AM | Last reply by David M. Nichols - Tuesday, March 17, 2015 1:31 PM -
0 Votes
How to write listview scrollpostion changed event?
I need to track scroll event in it.Answered | 6 Replies | 6432 Views | Created by T G Karthick Babu - Wednesday, June 27, 2012 9:07 AM | Last reply by T G Karthick Babu - Friday, June 29, 2012 6:34 AM -
1 Votes
[C#][ListView]How to use KeyDown Event on ListViewItem
Hi, You can use KeyUp event of the list view.Answered | 1 Replies | 2265 Views | Created by BitSmithy - Wednesday, March 30, 2016 8:44 PM | Last reply by Krunal Parekh - Thursday, March 31, 2016 4:02 AM -
0 Votes
Listview loaded event?
Hi V, Check out the documentation: http://msdn.microsoft.com/en-us/library/windows/apps/br211837.aspx loadingstatechanged - Occurs when the ...Answered | 1 Replies | 2497 Views | Created by vxxxxx - Thursday, March 8, 2012 8:23 PM | Last reply by Jeff Sanders - Thursday, March 8, 2012 8:32 PM -
0 Votes
Add text to multiple dynamic listviews ?
If you find my wrong place, then how to adjust the code ?Answered | 8 Replies | 450 Views | Created by lamtriendong - Wednesday, April 11, 2018 1:37 AM | Last reply by Stanly Fan - Tuesday, April 17, 2018 7:14 AM - Items 1 to 20 of 2770020 Next ›
No announcements