No announcements
Found 2597267 threads
-
0 Votes
Is there an example of multiple ListView elements on one page?
Sounds like he has multiple vertical-scroll lists along with the whole page scrolling horizontally?Answered | 7 Replies | 4576 Views | Created by Tom Lianza - Wednesday, May 2, 2012 11:18 PM | Last reply by mauriziodenmark - Friday, November 15, 2013 9:10 AM -
0 Votes
Unable to iterate/select listview elements reliably after the page has loaded?
All i'm trying to do is use my databound listview to output a 'skeleton' of markup to the page, which functions in the normal way as a listview would.Answered | 10 Replies | 3920 Views | Created by Brid - Friday, July 6, 2012 10:52 AM | Last reply by Brid - Tuesday, July 10, 2012 12:59 PM -
0 Votes
ListView load: find out when a page of elements is shown
What I wanted to achieve, and I've not been able to, was to hide the ListView during all the time it takes to lay its items on the page.Answered | 4 Replies | 3065 Views | Created by GiUmaTo - Friday, June 1, 2012 7:54 PM | Last reply by GiUmaTo - Monday, June 4, 2012 7:47 PM -
2 Votes
Click a listview item and my next page know which one was clicked
That example and the resource you gave helped a lot thanks :)Answered | 2 Replies | 2074 Views | Created by ZachAtttack - Tuesday, April 23, 2013 7:35 PM | Last reply by ZachAtttack - Wednesday, April 24, 2013 12:47 PM -
0 Votes
How to know when ListView finished rendering elements?
>I need to know when all items finished rendering on my page.Answered | 3 Replies | 3138 Views | Created by LSROwner - Monday, March 9, 2015 4:39 PM | Last reply by pumpkinszwan - Friday, March 13, 2015 6:47 AM -
1 Votes
Controlling listView elements for custom animations
I've added a few a "exitContent" animations to the ListView surface, and I've also added animations to individual item containers (like when the user deletes a selected item, etc).Answered | 3 Replies | 2851 Views | Created by romeboards - Thursday, June 7, 2012 4:37 PM | Last reply by Bryan Thomas - Thursday, June 7, 2012 7:04 PM -
10 Votes
Adding Multiple Arrays To a ListView Control
I replied to my own post (the one you've quoted) with a bit of example code.Answered | 37 Replies | 3681 Views | Created by AaronEsteban - Friday, June 17, 2016 9:51 PM | Last reply by Frank L. Smith - Monday, June 20, 2016 10:45 PM -
1 Votes
interactive input element inside listview item behaviour
not sure what could be the reason... but when I set listview currentItem to the same item again, it worked.Answered | 2 Replies | 1351 Views | Created by ner9G - Tuesday, December 24, 2013 4:54 AM | Last reply by ner9G - Thursday, December 26, 2013 10:49 PM -
0 Votes
[HTML+JS] How to get ListView items as DOM elements?
Hello Kenya-west, You can attach binding elements on the click events the input in the template.Answered | 1 Replies | 601 Views | Created by Kenya-West - Friday, July 31, 2015 8:09 AM | Last reply by Krunal Parekh - Monday, August 3, 2015 2:56 AM -
0 Votes
ListView drag-n-drop example?
-- listView = element.querySelector(".myListView").winControl; ...Answered | 4 Replies | 4214 Views | Created by AwesomePerson - Saturday, December 24, 2011 8:59 PM | Last reply by Jeff Sanders - Friday, March 9, 2012 8:14 PM -
0 Votes
Custom Column Elements (not just CSS) in ListView?
As for why using ListView instead of custom HTML, the most convincing reason is it allows you to achieve the system defined layout without too much effort, and it ...Answered | 3 Replies | 2558 Views | Created by BallistaMan - Thursday, August 16, 2012 11:12 PM | Last reply by Jeff Sanders - Wednesday, August 29, 2012 7:29 PM -
1 Votes
ListView doesn't scroll to last element
Based on your description, I could not know how you add the ListViewItem to the ListView and how you specify the itemsource to your ListView.Answered | 3 Replies | 586 Views | Created by Pizhon - Friday, October 23, 2015 8:50 AM | Last reply by Xavier Xie-MSFT - Wednesday, October 28, 2015 6:28 AM -
2 Votes
How to handle SelectionMode = Multiple in Listview
The usual way to bind selecteditems is using a behaviour or inheriting and extending your listbox/listview/datagrid.Answered | 4 Replies | 5239 Views | Created by mszhp - Tuesday, April 26, 2016 6:29 AM | Last reply by Magnus (MM8) - Tuesday, April 26, 2016 7:14 PM -
0 Votes
How to get the last UI element that fits SearchProperties instead of first one?
When I search for a cell in a ListView, I keep getting the wrong one because multiple cells fit the same SearchProperties search criteria and I can't change the cells to be ...Answered | 2 Replies | 4518 Views | Created by stgn - Wednesday, June 16, 2010 12:08 PM | Last reply by stgn - Wednesday, June 16, 2010 12:55 PM -
0 Votes
Add text to multiple dynamic listviews ?
Instead of adding the listView to the form by the statement: this.Controls.Add (listView); Then I add ...Answered | 8 Replies | 594 Views | Created by lamtriendong - Wednesday, April 11, 2018 1:37 AM | Last reply by Stanly Fan - Tuesday, April 17, 2018 7:14 AM -
0 Votes
Sorting while Paging Listview
You can add SortDescription into the SortDescriptions of Items in ListView, for example:Answered | 1 Replies | 4378 Views | Created by Manju N - Tuesday, March 10, 2009 10:34 PM | Last reply by Tao Liang - Friday, March 13, 2009 5:50 AM -
1 Votes
ListViews SelectionChanged and multiple fires
This isn't a working code example, I know, but the only relevant information I guess.Answered | 5 Replies | 4095 Views | Created by bareba - Wednesday, December 3, 2008 10:29 AM | Last reply by bareba - Thursday, December 4, 2008 9:52 AM -
3 Votes
Schema with multiple root elements
Make sure the xml instances will only contain one node before you do this.Answered | 14 Replies | 14786 Views | Created by RonaldV078 - Monday, March 15, 2010 9:55 AM | Last reply by Mauricio Feijo - Wednesday, May 17, 2017 12:18 PM -
0 Votes
Paging in Listview
Hello, Can I get paging done in Listview ?Answered | 1 Replies | 4056 Views | Created by Manju N - Tuesday, January 20, 2009 11:16 PM | Last reply by prasad22 - Wednesday, January 21, 2009 1:05 AM -
0 Votes
Navigating to listview item's page
How do I create a new instance of a page and store that in a listview item.Answered | 1 Replies | 2109 Views | Created by singh029 - Friday, July 27, 2012 11:38 AM | Last reply by Helge Mahrt - Friday, July 27, 2012 1:59 PM - Items 1 to 20 of 2597267 Next ›
No announcements