No announcements
Found 3226237 threads
-
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 | 523 Views | Created by Kenya-West - Friday, July 31, 2015 8:09 AM | Last reply by Krunal Parekh - Monday, August 3, 2015 2:56 AM -
1 Votes
[WinJS] How to get the DOM element in FlipView's current page?
> I want to change some layout of the DOM element on current page of Flipview.Answered | 1 Replies | 590 Views | Created by Kenya-West - Sunday, November 8, 2015 6:14 AM | Last reply by Krunal Parekh - Monday, November 9, 2015 9:16 AM -
5 Votes
HTML DOM - please generate ID's in the elements
Hi David, I’m fuzzy about how a screen property relates to a content item then.Answered | 20 Replies | 2489 Views | Created by David Ching - Monday, April 15, 2013 11:43 PM | Last reply by Yann Duran - Monday, May 13, 2013 3:28 PM -
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 | 6783 Views | Created by Sedrak - Thursday, August 23, 2012 12:14 PM | Last reply by Sedrak - Tuesday, August 28, 2012 7:05 AM -
3 Votes
winControl DOM element attribute, how is it implemented?
Declarative controls (controls that are declared via adding attributes to HTML elements) are found and instantiated inside the ...Answered | 3 Replies | 3799 Views | Created by mesarina - Thursday, November 17, 2011 5:25 PM | Last reply by mesarina - Friday, November 18, 2011 9:01 PM -
0 Votes
Dynamically update a Metro listView upon horizontal scroll (JS/HTML)
the only example i've seen was appending a child element via JS. is That the only way of achieving it?Answered | 5 Replies | 3429 Views | Created by Mike_86 - Tuesday, June 19, 2012 9:19 AM | Last reply by Dave Paquette (MVP) - Wednesday, June 20, 2012 2:29 PM -
0 Votes
Unable to iterate/select listview elements reliably after the page has loaded?
Seems like trying to manipulate the DOM in this manner (and have it reflect visually) is not going to work how i want it to.Answered | 10 Replies | 3857 Views | Created by Brid - Friday, July 6, 2012 10:52 AM | Last reply by Brid - Tuesday, July 10, 2012 12:59 PM -
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 | 997 Views | Created by yOyie_333 - Sunday, June 8, 2014 1:26 AM | Last reply by Acamar - Sunday, June 8, 2014 1:51 AM -
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 | 1231 Views | Created by ner9G - Tuesday, December 24, 2013 4:54 AM | Last reply by ner9G - Thursday, December 26, 2013 10:49 PM -
0 Votes
Listview: how to get the current checked item
Is there a way to hide items from a listview?Answered | 3 Replies | 3005 Views | Created by AdrianCimpo - Thursday, August 28, 2008 9:45 AM | Last reply by AdrianCimpo - Friday, August 29, 2008 1:13 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 | 2050 Views | Created by Subbu3chy - Friday, July 27, 2012 8:25 AM | Last reply by ForInfo - Friday, July 27, 2012 8:46 AM -
0 Votes
listview UI not getting updated when list items are added
great. checked with your code and found I had left the button inside a form element. thanks a lot.Answered | 4 Replies | 3012 Views | Created by ArunKarthika - Wednesday, May 9, 2012 7:42 AM | Last reply by ArunKarthika - Thursday, May 10, 2012 11:57 PM -
1 Votes
How to get winControl of the ListView in the Pivot?
Oh man I can't describe how much this saved me...Answered | 4 Replies | 2385 Views | Created by Linr - Saturday, October 25, 2014 12:58 AM | Last reply by ADefwebserver - Wednesday, November 5, 2014 5:47 PM -
0 Votes
how to disable the hightlighting when mouse hove over the listview item?
Show the DOM Explorer (Debug, Windows, DOM Explorer).Answered | 2 Replies | 4157 Views | Created by GXLPower - Friday, December 30, 2011 12:07 AM | Last reply by GXLPower - Friday, December 30, 2011 10:09 PM -
0 Votes
DOM elements not visible on WinJS.UI.Pages.define ready event
How is this an answer?Answered | 3 Replies | 3654 Views | Created by Syllogism - Tuesday, September 4, 2012 3:08 PM | Last reply by mattoxic - Tuesday, May 13, 2014 7:53 AM -
0 Votes
How to make different item size in a ListView
How to layout photos like the snapshot attached in HTML/JS/CSS?Answered | 1 Replies | 2303 Views | Created by 老核桃啊 - Friday, August 24, 2012 7:55 AM | Last reply by Jeff Sanders - Friday, August 24, 2012 11:12 AM -
0 Votes
Place flyout close to clicked ListView item
Not sure about the circular reference imposed on the listviews element though.Answered | 3 Replies | 1208 Views | Created by phil_ke - Wednesday, June 18, 2014 9:03 AM | Last reply by pkursawe - Wednesday, June 18, 2014 9:53 PM -
4 Votes
How to get the source of external js file with .net csexwb control?
The text is indeed empty as specified in the HTML.Answered | 4 Replies | 6859 Views | Created by RuslanG - Thursday, October 13, 2011 11:21 AM | Last reply by Sheng Jiang 蒋晟 - Monday, October 24, 2011 9:10 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 | 1927 Views | Created by hyeewang - Tuesday, May 1, 2012 5:30 PM | Last reply by hyeewang - Sunday, May 13, 2012 4:40 AM -
0 Votes
How to know when ListView finished rendering elements?
The ListView uses UI virtualization so visual containers are only created for the currently visible items, i.e. not all the containers will be created at once.Answered | 3 Replies | 2930 Views | Created by LSROwner - Monday, March 9, 2015 4:39 PM | Last reply by pumpkinszwan - Friday, March 13, 2015 6:47 AM - Items 1 to 20 of 3226237 Next ›
No announcements