No announcements
Found 2458990 threads
-
0 Votes
How to bind to a single element of a ObservableCollection?
Hi DChiShaggy, How about your issue?Answered | 6 Replies | 9534 Views | Created by DChiShaggy - Tuesday, May 29, 2012 3:55 AM | Last reply by Sheldon _Xiao - Friday, June 8, 2012 4:35 AM -
0 Votes
How to bind to one element of ObservableCollection??
So, assign QuizOptions only once in definition, public ObservableCollection<Kana> QuizOptions { get; private set; ...Answered | 4 Replies | 555 Views | Created by George_Fung - Sunday, March 18, 2018 3:34 AM | Last reply by FEC-4RP - Wednesday, March 21, 2018 7:16 AM -
1 Votes
How to access ObservableCollection within an ObservableCollection
You tell that you have an ObservableCollection.Answered | 4 Replies | 758 Views | Created by em_rdh - Tuesday, February 14, 2017 3:37 PM | Last reply by Neda Zhang - Wednesday, February 15, 2017 5:45 AM -
0 Votes
ObservableCollection Binding in WPF
You're right about the single method / single thread.Answered | 2 Replies | 4474 Views | Created by jphiggs - Monday, October 11, 2010 5:17 PM | Last reply by jphiggs - Tuesday, October 12, 2010 2:37 AM -
0 Votes
Binding to properties on ObservableCollection problem
The binding does not fail as I do see a zero in the column as opposed to nothing.Answered | 7 Replies | 4141 Views | Created by t ssw - Sunday, December 13, 2009 11:18 PM | Last reply by Matt Searles - Thursday, December 17, 2009 12:09 AM -
1 Votes
binding to an observablecollection using XAML
I thought that ObservableCollection supports the INotifyPropertyChanged Interface, so why can't I bind directly to it like I bind to dependency properties?Answered | 5 Replies | 9338 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 -
2 Votes
Maintaining 60 elements in a observablecollection
Hi I have a ObservableCollection getting data in every minute.Answered | 2 Replies | 2304 Views | Created by David Guetta - Thursday, October 13, 2011 1:31 PM | Last reply by Annabella Luo - Wednesday, October 19, 2011 6:38 AM -
0 Votes
Data binding with ObservableCollection and CollectionViewSource
ObservableCollection is not working correctly in Build bits.Answered | 9 Replies | 10981 Views | Created by anacrisan - Monday, September 19, 2011 2:24 PM | Last reply by HeToC - Sunday, November 6, 2011 5:32 PM -
2 Votes
How to bind UI which are present inside ObservableCollection inside ObservableCollection using Mvvm
Try this: <DataGrid x:Name="gvSelectedCourses" Grid.Column="1" HorizontalAlignment="Center" ...Answered | 3 Replies | 474 Views | Created by iamxavxav - Tuesday, September 22, 2015 10:08 AM | Last reply by Magnus (MM8) - Tuesday, September 22, 2015 4:58 PM -
0 Votes
How to bind DataGrid to ObservableCollection and make it dynamic
How to push data to a client application or how to fetch data from a database is not a WPF topic though so please start a new thread in an appropriate forum if ...Answered | 3 Replies | 646 Views | Created by VoVoTT - Thursday, July 2, 2015 4:49 AM | Last reply by VoVoTT - Friday, July 3, 2015 6:16 AM -
2 Votes
Binding ObservableCollection to TextBlock with custom converter
That is only how the INotification change will recognize a change in the Names Dependency Property and will update the source.Answered | 6 Replies | 12373 Views | Created by dustamulet - Tuesday, July 1, 2008 6:59 AM | Last reply by dustamulet - Tuesday, July 1, 2008 10:36 PM -
0 Votes
ObservableCollection<T> and binding problem.
I am not sure how I got in the habit of doing it this way, but it has been working, so I have been using it!!!Answered | 7 Replies | 4431 Views | Created by King Kikapu - Thursday, February 26, 2009 4:06 PM | Last reply by noorbakhsh - Friday, February 27, 2009 5:38 PM -
2 Votes
bind a observablecollection to a listview without a gridview
Hello, you can bind the collection to the ItemsSource property, edit the DataTemplate of the ListView and use the layout you like.Answered | 3 Replies | 6301 Views | Created by HealthyBeerDude - Tuesday, March 8, 2011 9:26 PM | Last reply by HealthyBeerDude - Thursday, March 10, 2011 5:11 PM -
5 Votes
[UWP][VB] Bind to one Item in ObservableCollection
Say if I wanted to change the price and have the UI reflect the changes it will automagically know, But don't take my word for it that's how I learnt maybe you can try ...Answered | 7 Replies | 1422 Views | Created by rTolder - Thursday, October 20, 2016 7:16 PM | Last reply by Twinnaz - Friday, October 21, 2016 9:34 PM -
0 Votes
DataGrid and ObservableCollection
Your sample is rectangular at initialisation - but the whole idea of ObservableCollection is that you can add and delete items and have the bindings update.To use a DataGrid you ...Answered | 6 Replies | 5161 Views | Created by jfras2009 - Sunday, April 1, 2012 5:29 PM | Last reply by jfras2009 - Tuesday, April 3, 2012 4:08 PM -
0 Votes
Element Binding - ComboBox
As I have said you cannot use the element binding for this one.Answered | 6 Replies | 4221 Views | Created by West89 - Friday, September 3, 2010 6:21 AM | Last reply by giovhan - Friday, September 3, 2010 9:15 AM -
1 Votes
Refresh ObservableCollection
Are you using that observable collection as Source of a Binding ?Answered | 17 Replies | 34303 Views | Created by Thiago MDTech - Friday, April 9, 2010 6:41 PM | Last reply by Thiago MDTech - Tuesday, April 13, 2010 3:03 PM -
2 Votes
Listbox problem when binding to a observableCollection
I was binding an observable collection to a listbox with no problem, everything was displaying fine.But then i realized that i had forgotten to implement the iNotifyPropertyChanged for the ...Answered | 4 Replies | 3656 Views | Created by salserito6780 - Friday, July 15, 2011 5:07 PM | Last reply by salserito6780 - Saturday, July 16, 2011 6:13 PM -
1 Votes
WPF: How to update listview if ObservableCollection counter does not chage?
The elements in your ObservableCollection should implement INotifyPropertyChanged, and then raise the PropertyChanged event on the display property when it is changed.Answered | 1 Replies | 6807 Views | Created by JJChen - Friday, September 11, 2009 10:38 PM | Last reply by Graeme.Hill - Friday, September 11, 2009 10:49 PM -
0 Votes
ListboxItem IsSelected Binding Issue with ObservableCollection<T>.Move
We bind an IsSelected property in our ViewModels to the IsSelected dependency property of ListBoxItem like ...Answered | 2 Replies | 1582 Views | Created by cspurls - Thursday, July 31, 2014 3:18 AM | Last reply by Terrence-Jones - Friday, August 1, 2014 2:36 AM - Items 1 to 20 of 2458990 Next ›
No announcements