No announcements
Found 3210608 threads
-
0 Votes
ListView with diffent item templates
The HTML ListView item templating sample shows having different height and size items (see scenario 4).Answered | 3 Replies | 3416 Views | Created by Corrado Cavalli [MVP] - Monday, May 28, 2012 3:49 PM | Last reply by Jeff Sanders - Tuesday, May 29, 2012 7:35 PM -
0 Votes
Binding template column in listview
I am not sure that your CreateItemsForGrid method is supposed to do but since you are binding the Content property of the RadioButton in your XAML markup to the ApptTime source property of ...Answered | 2 Replies | 332 Views | Created by Mehtout - Monday, April 25, 2016 11:40 AM | Last reply by Magnus (MM8) - Monday, April 25, 2016 8:43 PM -
1 Votes
ListView Item without Bindings
I Pasted the code that generates a dynamically xaml ListView eith a GridView inside it.Answered | 6 Replies | 3940 Views | Created by Angelica_gr - Tuesday, December 8, 2009 2:48 PM | Last reply by DaveyBoy1138 - Thursday, December 10, 2009 3:04 PM -
3 Votes
Data binding using different templates on the same ListView with groups.
I follow the ListView-item-templates sample.Answered | 11 Replies | 7633 Views | Created by babs9999 - Wednesday, September 28, 2011 8:18 AM | Last reply by Jeff Sanders - Monday, July 15, 2013 3:01 PM -
0 Votes
ListView item is always at 44px
About the only thing you can do is explicitly set your heights in the templates and then pick your template based on calculating how much space you need, but ...Answered | 2 Replies | 1588 Views | Created by ICode. _ - Saturday, October 20, 2012 5:54 PM | Last reply by skills0 - Monday, October 22, 2012 4:47 PM -
0 Votes
Programatically select multiple Items in listview binded with datacontex
Hi , Got the solution the exception was coming because the datacontext was not properly initializing becuase i was binding the listview in the forms constructor, i have ...Answered | 5 Replies | 6656 Views | Created by Vaibhav Nagar - Friday, October 30, 2009 1:18 PM | Last reply by Vaibhav Nagar - Wednesday, December 2, 2009 4:52 AM -
2 Votes
Item templates overlap in a listview when they are with varying height and width.
As for code, here's an example from modifications I made to the sample I linked earlier (which doesn't show itemInfo...I have a modified sample in my book's ...Answered | 11 Replies | 5645 Views | Created by Ramya SJ - Monday, July 30, 2012 1:05 PM | Last reply by Kraig Brockschmidt [MSFT] - Tuesday, August 14, 2012 10:51 PM -
1 Votes
[WP8.1][C#] Change text box value in listview item template
Note: I load the data in the list view from data base.Answered | 6 Replies | 1629 Views | Created by MMicJ - Wednesday, June 3, 2015 12:24 PM | Last reply by MMicJ - Thursday, June 4, 2015 5:51 AM -
0 Votes
Removing and Rearranging items from a ListView
I currently am trying the source code from the first link.Answered | 7 Replies | 3487 Views | Created by MyKuLLSKI - Monday, March 15, 2010 10:00 PM | Last reply by Matt Searles - Wednesday, March 17, 2010 4:13 AM -
0 Votes
Binding ListView to collection from from C# WinRT component
Hi, I have a WinMD component which I am calling from a JavaScript Metro App.Answered | 9 Replies | 5414 Views | Created by Emad - Wednesday, May 9, 2012 2:06 AM | Last reply by timbie - Monday, July 30, 2012 7:41 AM -
0 Votes
Binding a listview
If you are talking about Windows Forms ListView (as opposed to WPF), AFAIK you can't use binding (to bind items) ...Answered | 2 Replies | 2882 Views | Created by MyKuLLSKI - Wednesday, September 15, 2010 7:38 PM | Last reply by MyKuLLSKI - Wednesday, September 15, 2010 10:57 PM -
1 Votes
deletion items from ListView
If you use this sample: http://code.msdn.microsoft.com/windowsapps/ListView-custom-data-4dcfb128 and you want to delete the first two items the keys are "0" ...Answered | 4 Replies | 2022 Views | Created by mykola semerenko - Tuesday, August 21, 2012 4:44 PM | Last reply by mykola semerenko - Wednesday, August 22, 2012 2:32 PM -
0 Votes
Bind XML to Application Template - Javascript
No, You cannot bind directly.Answered | 1 Replies | 2483 Views | Created by libin.eferns - Thursday, August 2, 2012 9:44 AM | Last reply by Jeff Sanders - Thursday, August 2, 2012 1:34 PM -
0 Votes
Defining ListView templates in HTML
According to this article, entitled "Styling the ListView and its items (Metro style apps using JavaScript and HTML", When you are defining a template for us ...Answered | 1 Replies | 2615 Views | Created by ResQue1980 - Saturday, August 4, 2012 4:59 PM | Last reply by Jeff Sanders - Monday, August 6, 2012 3:26 PM -
3 Votes
can i add a listview in a WinJS.Binding.Template,and how to binding the itemDataSource of the inner listview
Hi Allen, I did the same, but when i am coming back from snap view to full view, some of the item contains list view would not be loaded.Answered | 15 Replies | 8213 Views | Created by illegalusername - Friday, April 13, 2012 7:38 AM | Last reply by Adhikesh Babu - Tuesday, May 7, 2013 8:05 AM -
1 Votes
[UWP] ListView - Binding - Speed/Delay
I'll try to adjust my code according to these articles.Answered | 2 Replies | 1372 Views | Created by deatlidu - Friday, February 19, 2016 12:25 PM | Last reply by deatlidu - Monday, February 22, 2016 6:20 AM -
0 Votes
Listview data binding question
Hi, since you inherit from PbservableCollection, you can override InsertItem and RemoveItem so that you're notfied properly when items are added or removed.Answered | 5 Replies | 3931 Views | Created by sesn2000 - Monday, November 23, 2009 7:52 PM | Last reply by Geert van Horrik - Monday, November 30, 2009 4:50 PM -
0 Votes
Adding "sub items" to listview
Hi, So here actually there is no SubItems :) It was just that you wanted to add items to the listview :) Anyways good that your problem is ...Answered | 6 Replies | 4279 Views | Created by Ulab_newbie - Wednesday, November 4, 2009 10:37 AM | Last reply by Ulab_newbie - Thursday, November 5, 2009 6:53 AM -
0 Votes
How do I change ListView's control template based on bound item?
Are you saying that you want the template of the ListView to remain in some kind of "loading" visual state until all the items in the bound collection are loaded?Answered | 1 Replies | 4257 Views | Created by Ellis_ - Sunday, August 31, 2008 4:59 PM | Last reply by Drew Marsh - Sunday, August 31, 2008 5:24 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 | 895 Views | Created by yOyie_333 - Sunday, June 8, 2014 1:26 AM | Last reply by Acamar - Sunday, June 8, 2014 1:51 AM - Items 1 to 20 of 3210608 Next ›
No announcements