No announcements
Found 4099022 threads
-
0 Votes
[UWP]How can I change the listview Datatemplate from one data template to other data template?
All these methods return a DataTemplate instance that's typically a specific choice that's appropriate for the inputs of the method that was called to obtain it.Answered | 1 Replies | 2076 Views | Created by Gumireddy Pradeep Reddy - Monday, February 29, 2016 5:45 PM | Last reply by Krunal Parekh - Tuesday, March 1, 2016 2:53 AM -
0 Votes
[XAML] Binding Nested ListView
If you want to display the addresses of each EventsEventPlayer, you could bind to the property that returns the addresses directly since the DataContext of an item in the ListView ...Answered | 7 Replies | 1471 Views | Created by Vagelis Dermos - Sunday, July 3, 2016 3:14 PM | Last reply by Thanik - Sunday, July 31, 2016 4:34 PM -
0 Votes
How to apply different DataTemplate for selected item in ListView via XAML
I've included the full XAML from a window and the full codebehind for that window.Answered | 9 Replies | 14754 Views | Created by Kohinoor Basu - Tuesday, June 17, 2008 7:07 AM | Last reply by Kohinoor Basu - Friday, June 20, 2008 3:06 AM -
0 Votes
[WP8.1][XAML] How to bind Listview inside the datatemplate of another listview to another source.
I pull data from the top class using a SQL Query which is: var existing = await ...Answered | 4 Replies | 867 Views | Created by Sumesh Chandran - Thursday, July 2, 2015 2:12 AM | Last reply by Amy Peng - Tuesday, July 14, 2015 5:55 AM -
1 Votes
DataTemplate programtically for a ListView
Data Templating Overview ?Answered | 1 Replies | 603 Views | Created by IamHuM - Wednesday, December 4, 2013 1:30 PM | Last reply by Risa- - Thursday, December 5, 2013 7:50 AM -
1 Votes
How to data bind ProgressBar in DataTemplate?
Hi Guenter, I used your latter xaml solution and it works great.Answered | 5 Replies | 5641 Views | Created by DJ Were-Panda - Wednesday, June 17, 2009 11:48 PM | Last reply by DJ Were-Panda - Thursday, June 18, 2009 3:02 PM -
0 Votes
How to get to the containing control from a DataTemplate
How do I get up to the ListView?Answered | 5 Replies | 3396 Views | Created by Yonadav - Thursday, July 30, 2009 8:00 AM | Last reply by Yonadav - Thursday, July 30, 2009 10:12 AM -
0 Votes
Listview + Datatemplate + Images
I build a simple demo project to show this approach.Answered | 1 Replies | 5172 Views | Created by cruxdude - Thursday, May 21, 2009 3:50 AM | Last reply by Tao Liang - Friday, May 22, 2009 6:03 AM -
2 Votes
Can I bind a class that doesn't contain a observableCollection to the ListView
Define an interface and implement it in all the relevant data item classes.Answered | 1 Replies | 1084 Views | Created by George_Fung - Saturday, March 10, 2018 3:09 AM | Last reply by FEC-4RP - Saturday, March 10, 2018 7:32 AM -
1 Votes
How can I do this binding in ListView / ListViewITem?
I can't bind to SelectedItem because thats not the item I'm interested in.Answered | 2 Replies | 3869 Views | Created by Bobbo1976 - Thursday, April 1, 2010 12:38 AM | Last reply by Bobbo1976 - Thursday, April 1, 2010 2:37 AM -
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 | 8329 Views | Created by illegalusername - Friday, April 13, 2012 7:38 AM | Last reply by Adhikesh Babu - Tuesday, May 7, 2013 8:05 AM -
2 Votes
How can I tell if a DataTemplate instance is selected in the containing ListView from XAML (data binding)?
I don't understand how that translates to something that triggers the Visibility data bindings for each slider child control to either Visible or Collapsed based on ...Answered | 5 Replies | 1282 Views | Created by roschler - Monday, February 24, 2014 11:39 AM | Last reply by Diederik Krols - Monday, February 24, 2014 6:40 PM -
0 Votes
[XAML][C#] Set Selected Items on ListView SelectionMode Multiselect
>I've tried your code above seems fine , but when I call back the page the item which is set to be selected won't display, it just highlighted the item but no content/words ...Answered | 4 Replies | 725 Views | Created by imNeil - Sunday, April 10, 2016 9:14 AM | Last reply by Magnus (MM8) - Tuesday, April 12, 2016 6:31 PM -
0 Votes
[XAML] Issue with Data Binding along with GridView and ListView
If not, please do it since the ListView is designed to show data in line form.Answered | 4 Replies | 419 Views | Created by Bhavya Shah26 - Thursday, February 25, 2016 5:59 PM | Last reply by Bhavya Shah26 - Thursday, March 3, 2016 6:41 AM -
1 Votes
[UWP][XAML] Listview binding doesnt refresh
I understand,unfortunately PropertyChanged and data binding won't work!Answered | 9 Replies | 11270 Views | Created by Giuseppe Ricci - Monday, August 24, 2015 11:52 PM | Last reply by Giuseppe Ricci - Wednesday, September 9, 2015 8:43 PM -
2 Votes
How can I access checkbox in Listview
You can access them in C# with the help from VisualTreeHelper: http://msdn.microsoft.com/en-us/library/system.windows.media.visualtreehelper.aspxAnswered | 3 Replies | 3844 Views | Created by Yoonmy - Thursday, September 17, 2009 6:22 PM | Last reply by Yoonmy - Thursday, September 17, 2009 8:56 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 ...Answered | 2 Replies | 418 Views | Created by Mehtout - Monday, April 25, 2016 11:40 AM | Last reply by Magnus (MM8) - Monday, April 25, 2016 8:43 PM -
2 Votes
How can i bind two instance of a page?
I believe this is not achievable from XAML.Answered | 5 Replies | 2869 Views | Created by Tempeck81 - Wednesday, July 6, 2011 8:44 AM | Last reply by Tempeck81 - Thursday, July 7, 2011 5:55 AM -
1 Votes
binding to an observablecollection using XAML
But can you tell me why it is that complicated?Answered | 5 Replies | 9098 Views | Created by Bernd van Velsen - Friday, May 15, 2009 7:12 AM | Last reply by Simon.R - Tuesday, May 26, 2009 9:49 AM -
0 Votes
[C#][XAML]SelectedItems from nested listview
Hello RohitKumar, Please see: ...Answered | 3 Replies | 1415 Views | Created by RohitrkKUmar - Monday, February 1, 2016 5:48 AM | Last reply by pkr2000 - Tuesday, February 2, 2016 10:46 PM - Items 1 to 20 of 4099022 Next ›
No announcements