Click here to Skip to main content
15,913,669 members
Home / Discussions / WPF
   

WPF

 
Questioncross-domain in WCF Pin
ctlqt123-Jul-10 17:17
ctlqt123-Jul-10 17:17 
AnswerRe: cross-domain in WCF Pin
Abhinav S3-Jul-10 19:04
Abhinav S3-Jul-10 19:04 
QuestionVS2010 SL4 Debugging [SOLVED] Pin
#realJSOP3-Jul-10 12:34
professional#realJSOP3-Jul-10 12:34 
AnswerRe: VS2010 SL4 Debugging Pin
Ravi Bhavnani3-Jul-10 18:02
professionalRavi Bhavnani3-Jul-10 18:02 
GeneralRe: VS2010 SL4 Debugging Pin
#realJSOP4-Jul-10 1:27
professional#realJSOP4-Jul-10 1:27 
AnswerRe: VS2010 SL4 Debugging Pin
Mycroft Holmes3-Jul-10 20:41
professionalMycroft Holmes3-Jul-10 20:41 
GeneralRe: VS2010 SL4 Debugging Pin
#realJSOP4-Jul-10 1:32
professional#realJSOP4-Jul-10 1:32 
AnswerRe: VS2010 SL4 Debugging Pin
Mamta D3-Jul-10 20:44
Mamta D3-Jul-10 20:44 
GeneralRe: VS2010 SL4 Debugging Pin
#realJSOP4-Jul-10 1:30
professional#realJSOP4-Jul-10 1:30 
AnswerRe: VS2010 SL4 Debugging Pin
Abhinav S4-Jul-10 2:08
Abhinav S4-Jul-10 2:08 
GeneralRe: VS2010 SL4 Debugging Pin
#realJSOP4-Jul-10 3:14
professional#realJSOP4-Jul-10 3:14 
GeneralRe: VS2010 SL4 Debugging Pin
Abhinav S4-Jul-10 4:08
Abhinav S4-Jul-10 4:08 
GeneralRe: VS2010 SL4 Debugging Pin
#realJSOP4-Jul-10 6:02
professional#realJSOP4-Jul-10 6:02 
GeneralRe: VS2010 SL4 Debugging Pin
Abhinav S4-Jul-10 6:16
Abhinav S4-Jul-10 6:16 
QuestionWpf Report - Printing the XamDataGrid with Infragistics.Reports Pin
priyagee2-Jul-10 19:41
priyagee2-Jul-10 19:41 
QuestionWPF Designer Crash Pin
mj2c2-Jul-10 10:40
mj2c2-Jul-10 10:40 
AnswerRe: WPF Designer Crash Pin
BechBej4-Jul-10 12:19
BechBej4-Jul-10 12:19 
QuestionCurios as to why this doesn't work... Pin
Michael Eber2-Jul-10 7:08
Michael Eber2-Jul-10 7:08 
AnswerRe: Curios as to why this doesn't work... Pin
Abhinav S2-Jul-10 8:47
Abhinav S2-Jul-10 8:47 
GeneralRe: Curios as to why this doesn't work... Pin
Michael Eber2-Jul-10 8:53
Michael Eber2-Jul-10 8:53 
GeneralRe: Curios as to why this doesn't work... Pin
Pete O'Hanlon2-Jul-10 21:31
mvePete O'Hanlon2-Jul-10 21:31 
ObservableCollection is only used to tell the binding engine when records have been added or removed from the collection. In order to watch changes to particular properties, you need to use INotifyPropertyChanged and raise the PropertyChanged event.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: Curios as to why this doesn't work... Pin
Jammer5-Jul-10 23:38
Jammer5-Jul-10 23:38 
AnswerRe: Curios as to why this doesn't work... Pin
BechBej7-Jul-10 0:17
BechBej7-Jul-10 0:17 
QuestionCombobox.SelectedItem assignment not working when adding items statically Pin
xtr33me2-Jul-10 6:06
xtr33me2-Jul-10 6:06 
AnswerRe: Combobox.SelectedItem assignment not working when adding items statically Pin
Michael Eber2-Jul-10 7:12
Michael Eber2-Jul-10 7:12 

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.