Click here to Skip to main content
15,911,715 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Reporting Pin
Richard J Foster22-Oct-14 5:55
Richard J Foster22-Oct-14 5:55 
AnswerRe: Textblock with autoscrolling Pin
Richard Deeming5-Sep-14 5:24
mveRichard Deeming5-Sep-14 5:24 
QuestionWPF TreeView ToolTip Problems Pin
Kevin Marois4-Sep-14 7:51
professionalKevin Marois4-Sep-14 7:51 
AnswerRe: WPF TreeView ToolTip Problems Pin
SledgeHammer016-Sep-14 9:04
SledgeHammer016-Sep-14 9:04 
GeneralRe: WPF TreeView ToolTip Problems Pin
Kevin Marois8-Sep-14 5:56
professionalKevin Marois8-Sep-14 5:56 
GeneralRe: WPF TreeView ToolTip Problems Pin
SledgeHammer018-Sep-14 7:20
SledgeHammer018-Sep-14 7:20 
QuestionImport ResourceDictionary from a different assembly Pin
BrunoORMaia3-Sep-14 4:12
BrunoORMaia3-Sep-14 4:12 
QuestionIssue in converting jpeg to vector image in XAML format Pin
Deep Kulshrestha2-Sep-14 4:11
Deep Kulshrestha2-Sep-14 4:11 
QuestionWPF Tab Control, template tabs, dynamic generation Pin
Maxime Gavet-Marqués1-Sep-14 5:36
Maxime Gavet-Marqués1-Sep-14 5:36 
AnswerRe: WPF Tab Control, template tabs, dynamic generation Pin
Pete O'Hanlon1-Sep-14 6:37
mvePete O'Hanlon1-Sep-14 6:37 
GeneralRe: WPF Tab Control, template tabs, dynamic generation Pin
Maxime Gavet-Marqués1-Sep-14 21:53
Maxime Gavet-Marqués1-Sep-14 21:53 
GeneralRe: WPF Tab Control, template tabs, dynamic generation Pin
Pete O'Hanlon1-Sep-14 22:04
mvePete O'Hanlon1-Sep-14 22:04 
QuestionSilverlight development is stopped by Micro Soft Pin
Tridip Bhattacharjee26-Aug-14 21:06
professionalTridip Bhattacharjee26-Aug-14 21:06 
AnswerRe: Silverlight development is stopped by Micro Soft Pin
Pete O'Hanlon29-Aug-14 6:48
mvePete O'Hanlon29-Aug-14 6:48 
GeneralRe: Silverlight development is stopped by Micro Soft Pin
Tridip Bhattacharjee31-Aug-14 21:01
professionalTridip Bhattacharjee31-Aug-14 21:01 
GeneralRe: Silverlight development is stopped by Micro Soft Pin
Pete O'Hanlon31-Aug-14 22:36
mvePete O'Hanlon31-Aug-14 22:36 
GeneralWPF Datagrid Paging Pin
Victoria Arasi23-Aug-14 15:51
Victoria Arasi23-Aug-14 15:51 
GeneralRe: WPF Datagrid Paging Pin
Vincent Beek26-Aug-14 9:13
Vincent Beek26-Aug-14 9:13 
QuestionWPF Telerik RagGridView Binding Problem Pin
Kevin Marois21-Aug-14 10:46
professionalKevin Marois21-Aug-14 10:46 
AnswerRe: WPF Telerik RagGridView Binding Problem Pin
Mycroft Holmes21-Aug-14 12:41
professionalMycroft Holmes21-Aug-14 12:41 
Questionreplacing an image Pin
picasso219-Aug-14 19:21
picasso219-Aug-14 19:21 
QuestionWPF ObservableCollection vs List Problem Pin
Kevin Marois18-Aug-14 9:09
professionalKevin Marois18-Aug-14 9:09 
I'm working on a WPF app. The DAL is behind an MVC 4 WebAPI hitting SQL.

I have a one-to-many collection of Addresses & phones. The Address object contains a list of Phone objects. Each address can contain one or many phones.

If I create the phone list using List<phoneentity> then the UI doesn't see new phones when added. If I create the list using ObservableCollection<phoneentity> then when I return the collection from the DAL the phones list is null. The list of phones doesn't serialize coming back from through the API.

What's wrong here? What's the right way to do this?
If it's not broken, fix it until it is

AnswerRe: WPF ObservableCollection vs List Problem Pin
BenScharbach14-Oct-17 9:36
BenScharbach14-Oct-17 9:36 
GeneralRe: WPF ObservableCollection vs List Problem Pin
Kevin Marois14-Oct-17 10:34
professionalKevin Marois14-Oct-17 10:34 
Questiongenerating QR code in WPF Pin
Member 1036535810-Aug-14 11:23
Member 1036535810-Aug-14 11:23 

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.