No announcements
Found 1829857 threads
-
0 Votes
WinJS Listview Datasource problem with keys and index
The listview control still have un-continued indices (missing an index in item datasource array).Answered | 9 Replies | 2387 Views | Created by shyaken - Monday, January 7, 2013 11:49 AM | Last reply by shyaken - Wednesday, January 9, 2013 9:42 AM -
1 Votes
WinJS ListView in ListLayout with Variable Height Items ?
Yes, the ListView in WinJS 2.0 (Windows 8.1 Preview) is vastly improved where layouts are concerned.Answered | 6 Replies | 4716 Views | Created by Engineer Head - Tuesday, July 24, 2012 1:26 PM | Last reply by interstellar visitor - Tuesday, August 26, 2014 11:47 PM -
0 Votes
WinJS listView gesture attaching/firing AFTER selection.
Solved the gesture firing issue here.Answered | 6 Replies | 775 Views | Created by studeoBob - Wednesday, February 10, 2016 12:05 AM | Last reply by GalleryIsUsed - Friday, February 26, 2016 2:43 AM -
0 Votes
Vertical oriented Metro WinJS ListView in Grouped Mode
I use a classic horizontal grouped listView in fullscreen mode, and I can't find a way to switch to a vertical grouped listview in ...Answered | 4 Replies | 3460 Views | Created by Oliver Weichhold - Monday, July 9, 2012 12:29 PM | Last reply by A fucking display name not already in use - Wednesday, February 13, 2013 11:41 AM -
0 Votes
ListView DataSource, how to find items?
Hello, i have a question about ListView and its DataSource property.Answered | 2 Replies | 3776 Views | Created by raximus - Tuesday, March 6, 2012 1:57 PM | Last reply by Bryan Thomas - Tuesday, March 6, 2012 8:19 PM -
2 Votes
[WinJS][UWP] - Listview Item Reorderable not working in windows phone 10
Please see: ...Answered | 2 Replies | 558 Views | Created by Pushpendra Mahawar - Thursday, January 7, 2016 10:15 AM | Last reply by Pushpendra Mahawar - Friday, January 8, 2016 12:29 PM -
0 Votes
[HTML]Is it better to change a ListView's datasource or change the data in datasource
var itemsList = new WinJS.Binding.List(myData); // Sorts the groups function compareGroups(leftKey, rightKey) { return leftKey.charCodeAt(0) - ...Answered | 1 Replies | 353 Views | Created by Matt Denman - Thursday, October 22, 2015 5:20 PM | Last reply by Krunal Parekh - Friday, October 23, 2015 8:23 AM -
0 Votes
'begin' property of indexed object in ListViewItems.
I understand now, the begin and end property tell you the begin and end index number of the items selected on the ListView.Answered | 3 Replies | 2898 Views | Created by mesarina - Saturday, November 19, 2011 12:03 AM | Last reply by Jeff Sanders - Wednesday, November 30, 2011 1:54 PM -
1 Votes
Delete from a database at a selected index of a listview
However, I cannnot for the life of me get it to remove a row from the database based on the selected index of the listview!!!Answered | 4 Replies | 9732 Views | Created by Richard Cloete - Tuesday, December 1, 2009 7:41 PM | Last reply by Richard Cloete - Wednesday, December 2, 2009 9:36 PM -
1 Votes
[WinJS]Bind list to multiple target divs in WinJS
Just put a textbox / label instead of listview and then listen to pageselected event and then update the value.Answered | 3 Replies | 621 Views | Created by onedevteam.com - Monday, November 16, 2015 7:45 PM | Last reply by Krunal Parekh - Wednesday, November 18, 2015 2:15 AM -
0 Votes
ListView Index Update Item
I am trying update a certain row in the listview.Answered | 1 Replies | 1384 Views | Created by pianoboyCoder - Monday, July 18, 2016 8:24 PM | Last reply by Dave Patrick - Monday, July 18, 2016 8:25 PM -
0 Votes
How to delete a item for custom datasource of listview?
http://code.msdn.microsoft.com/windowsapps/ListView-custom-data-4dcfb128 I think this codes had show you how to delete a item in customize ...Answered | 1 Replies | 3408 Views | Created by Pan Chan - Friday, June 8, 2012 9:52 AM | Last reply by Dino He - Monday, June 11, 2012 3:12 AM -
0 Votes
[UWP][Xbox] winjs ListView on XBox doesn't scroll to show items which are partially off the screen when they gain focus in JS/HTML
Unfortunately the ListView does not include the scroll into view behavior that other versions of WinJS had.Answered | 2 Replies | 551 Views | Created by mhughes3 - Tuesday, February 21, 2017 6:28 PM | Last reply by payzer - Friday, February 24, 2017 6:25 PM -
0 Votes
[UWP][WinJS]sqlite database in Windows 10 by winjs
Hi Almir, This sample is for Windows 8 UWP and also code are in C++ so i request you to please guide me for Windows 10 UWP with winjs or javascript implementation for ...Answered | 4 Replies | 2302 Views | Created by Imtiyazk - Tuesday, May 17, 2016 4:45 PM | Last reply by saurabh.gupta.codes - Tuesday, October 11, 2016 1:08 PM -
0 Votes
Index Key?
The index key is the value that is being indexed.Answered | 3 Replies | 3543 Views | Created by Select-Help - Monday, July 30, 2012 7:50 PM | Last reply by Kalyan Chakravarthi (MCP) - Wednesday, August 1, 2012 11:15 PM -
0 Votes
How to identify the WinJS grouped listview render complete event
I am using the WINJS grouped list view control in my project.Answered | 1 Replies | 2249 Views | Created by extentia - Thursday, October 4, 2012 10:18 AM | Last reply by gogoqaz - Monday, October 8, 2012 10:18 AM -
2 Votes
How to get the selected index in ListView
0 Then index = ListView1.SelectedItems(0).Index MsgBox(index) End ...Answered | 6 Replies | 26657 Views | Created by PBLNRAO - Thursday, December 1, 2011 6:46 AM | Last reply by PBLNRAO - Friday, December 2, 2011 6:10 AM -
0 Votes
Reference data in public listview
Hi VonSeraph, As Tarek suggested, what you should do is get the index of the item selected in ListView, and then use that index ...Answered | 2 Replies | 2200 Views | Created by VonSeraph - Wednesday, November 14, 2012 9:11 PM | Last reply by Steven Cheng - MSFT - Monday, November 19, 2012 8:25 AM -
0 Votes
WinJS and progress tag
For issues with WinJS in other contexts please check for (or open an) issue on GitHub.Answered | 2 Replies | 1639 Views | Created by Alan Mosley - Saturday, May 16, 2015 4:10 PM | Last reply by Just Karl - Monday, May 18, 2015 8:01 PM -
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 items in ...Answered | 1 Replies | 1441 Views | Created by Tanvi03 - Monday, April 22, 2013 1:33 PM | Last reply by ForInfo - Monday, April 22, 2013 2:16 PM - Items 1 to 20 of 1829857 Next ›
No announcements