No announcements
Found 3330746 threads
-
0 Votes
ListView: binding with HTML from a post
hum...well, I've ended up using the summary info instead of putting the html...Answered | 2 Replies | 2789 Views | Created by Luis Miguel Abreu - Friday, June 15, 2012 8:32 AM | Last reply by Luis Miguel Abreu - Friday, June 15, 2012 5:23 PM -
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 | 2947 Views | Created by MyKuLLSKI - Wednesday, September 15, 2010 7:38 PM | Last reply by MyKuLLSKI - Wednesday, September 15, 2010 10:57 PM -
1 Votes
ListView Item without Bindings
, and then bind the ListView's ItemsSource to this collection.Answered | 6 Replies | 4004 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
can i add a listview in a WinJS.Binding.Template,and how to binding the itemDataSource of the inner listview
Thanks for making this post available.Answered | 15 Replies | 8325 Views | Created by illegalusername - Friday, April 13, 2012 7:38 AM | Last reply by Adhikesh Babu - Tuesday, May 7, 2013 8:05 AM -
0 Votes
ListView Binding Question?
Hi xsi640, Can you post more code about your own usercontrol to us?Answered | 6 Replies | 3535 Views | Created by xsi640 - Thursday, March 18, 2010 5:55 AM | Last reply by Linda Liu - Wednesday, March 24, 2010 3:15 AM -
0 Votes
Listview with different bindings
A ListView can only have one DataContext.Answered | 1 Replies | 4121 Views | Created by Marco Rosas - Monday, January 26, 2009 4:08 PM | Last reply by Tao Liang - Thursday, January 29, 2009 7:27 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 | 4045 Views | Created by sesn2000 - Monday, November 23, 2009 7:52 PM | Last reply by Geert van Horrik - Monday, November 30, 2009 4:50 PM -
1 Votes
ListView Data-Binding problem
Your window DataContext is set to Messages, then in your LIstView your binding the ItemsSource to the Path Messages.Answered | 2 Replies | 2684 Views | Created by arcadiaq - Friday, June 8, 2012 1:46 PM | Last reply by arcadiaq - Friday, June 8, 2012 1:55 PM -
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 | 1456 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
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 within a ...Answered | 1 Replies | 2672 Views | Created by ResQue1980 - Saturday, August 4, 2012 4:59 PM | Last reply by Jeff Sanders - Monday, August 6, 2012 3:26 PM -
9 Votes
Html client: is it possible to use "declarative data binding" in an html custom control?
msls uses it internally to render headers and commands bars and-the-like from html templates.Answered | 25 Replies | 4588 Views | Created by Paul Van Bladel - Sunday, January 26, 2014 9:36 AM | Last reply by joshbooker - Tuesday, May 6, 2014 6:56 PM -
0 Votes
ListView Binding Memory Issue
I filled the list without any listview binding to it, then clearing the list and the memory still won't be freed.Answered | 3 Replies | 3300 Views | Created by salat88 - Sunday, July 26, 2009 8:29 PM | Last reply by salat88 - Monday, July 27, 2009 3:26 PM -
2 Votes
listview and gridview binding from database is extremely slow
In my test, I bind a ListView to a DataTable that has 1200 data rows and the ListView is placed inside a ScrollViewer.Answered | 6 Replies | 6852 Views | Created by gidi - Monday, August 16, 2010 4:08 PM | Last reply by Linda Liu - Monday, August 23, 2010 3:39 AM -
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 | 408 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
[UWP] ListView - Binding - Speed/Delay
Hello deatlidu, Did you try the ListView Virtualization?Answered | 2 Replies | 1440 Views | Created by deatlidu - Friday, February 19, 2016 12:25 PM | Last reply by deatlidu - Monday, February 22, 2016 6:20 AM -
1 Votes
Binding the CheckBoxes in the ListView
<CheckBox HorizontalAlignment="Center" IsChecked="{Binding RelativeSource={RelativeSource AncestorType=ListViewItem}, ...Answered | 3 Replies | 670 Views | Created by wpf_xam1 - Thursday, March 17, 2016 3:04 PM | Last reply by noorbakhsh - Thursday, March 17, 2016 9:18 PM -
1 Votes
How to enumerate a listview using binding
Replace your counter TextBlock with following: <TextBlock Text="{Binding RelativeSource={RelativeSource AncestorType=ListViewItem}, ...Answered | 1 Replies | 1070 Views | Created by PsilonRus - Monday, April 1, 2013 12:29 PM | Last reply by noorbakhsh - Monday, April 1, 2013 6:24 PM -
0 Votes
Binding listview with dataview , narrator is not reading text in listview
onfocus_method(Object sender, eventargs e) { var result = e.Source/ e.OriginalSource as (item ...Answered | 2 Replies | 2415 Views | Created by Vijayanand Gavle - Friday, July 5, 2013 12:30 PM | Last reply by Priyanka Potdar - Monday, May 18, 2015 10:52 AM -
1 Votes
ListView Binding
You can copy paste code below for the sample(Create a project names: ListViewTest): XAML: <Window ...Answered | 2 Replies | 1599 Views | Created by kiwis - Tuesday, September 4, 2012 6:39 AM | Last reply by agrawal.ashish - Tuesday, September 4, 2012 7:00 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 | 5464 Views | Created by Emad - Wednesday, May 9, 2012 2:06 AM | Last reply by timbie - Monday, July 30, 2012 7:41 AM - Items 1 to 20 of 3330746 Next ›
No announcements