Click here to Skip to main content
15,920,801 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Got some problem with wpf multibinding Pin
Mark Salsbery13-May-09 6:25
Mark Salsbery13-May-09 6:25 
Eric Vonjacson wrote:
If any changes are made to the collection "colltest". The togglebutton's "IsChecked" could update accordingly.


What kind of changes?

ObservableCollection notifies about changes to the collection, but if you want
notifications on changes to items in the collection, you'll need to implement
INotifyPropertyChanged on those items (the item's class).

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Got some problem with wpf multibinding Pin
Ian Shlasko13-May-09 8:18
Ian Shlasko13-May-09 8:18 
NewsGet started with Silverlight at XAMLFest Online in June Pin
brucedkyle12-May-09 9:49
brucedkyle12-May-09 9:49 
NewsGet started with WPF with XAMLFest Online in June Pin
brucedkyle12-May-09 9:48
brucedkyle12-May-09 9:48 
GeneralRe: Get started with WPF with XAMLFest Online in June Pin
Mark Salsbery12-May-09 9:49
Mark Salsbery12-May-09 9:49 
GeneralRe: Get started with WPF with XAMLFest Online in June Pin
#realJSOP12-May-09 10:47
professional#realJSOP12-May-09 10:47 
QuestionResource Dictionaries - Confused Pin
#realJSOP12-May-09 6:08
professional#realJSOP12-May-09 6:08 
AnswerRe: Resource Dictionaries - Confused Pin
Mark Salsbery12-May-09 6:51
Mark Salsbery12-May-09 6:51 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 8:42
professional#realJSOP12-May-09 8:42 
GeneralRe: Resource Dictionaries - Confused Pin
Pete O'Hanlon12-May-09 8:51
mvePete O'Hanlon12-May-09 8:51 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 8:58
professional#realJSOP12-May-09 8:58 
GeneralRe: Resource Dictionaries - Confused Pin
Pete O'Hanlon12-May-09 9:03
mvePete O'Hanlon12-May-09 9:03 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 9:23
professional#realJSOP12-May-09 9:23 
GeneralRe: Resource Dictionaries - Confused Pin
Pete O'Hanlon12-May-09 9:26
mvePete O'Hanlon12-May-09 9:26 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 11:01
professional#realJSOP12-May-09 11:01 
GeneralRe: Resource Dictionaries - Confused Pin
Pete O'Hanlon12-May-09 11:10
mvePete O'Hanlon12-May-09 11:10 
GeneralRe: Resource Dictionaries - Confused Pin
Mark Salsbery12-May-09 9:46
Mark Salsbery12-May-09 9:46 
GeneralRe: Resource Dictionaries - Confused Pin
#realJSOP12-May-09 10:36
professional#realJSOP12-May-09 10:36 
GeneralRe: Resource Dictionaries - Confused [modified] Pin
#realJSOP12-May-09 9:02
professional#realJSOP12-May-09 9:02 
QuestionWPF SideBar Pin
GomathiR11-May-09 23:01
GomathiR11-May-09 23:01 
AnswerRe: WPF SideBar Pin
Mark Salsbery12-May-09 7:19
Mark Salsbery12-May-09 7:19 
Questionconvert byte[] to BitmabImage Pin
amer shammout11-May-09 21:56
amer shammout11-May-09 21:56 
AnswerRe: convert byte[] to BitmabImage Pin
KarstenK11-May-09 22:10
mveKarstenK11-May-09 22:10 
GeneralRe: convert byte[] to BitmabImage Pin
califax2k12-May-09 0:43
califax2k12-May-09 0:43 
AnswerRe: convert byte[] to BitmabImage Pin
Pete O'Hanlon12-May-09 1:31
mvePete O'Hanlon12-May-09 1:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.