Click here to Skip to main content
15,885,767 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Is IEnumerable a sufficent type for WPF binding? Pin
Pete O'Hanlon12-Jan-12 4:32
mvePete O'Hanlon12-Jan-12 4:32 
AnswerRe: Is IEnumerable a sufficent type for WPF binding? Pin
Abhinav S12-Jan-12 4:02
Abhinav S12-Jan-12 4:02 
GeneralRe: Is IEnumerable a sufficent type for WPF binding? Pin
Pete O'Hanlon12-Jan-12 4:18
mvePete O'Hanlon12-Jan-12 4:18 
GeneralRe: Is IEnumerable a sufficent type for WPF binding? Pin
Abhinav S12-Jan-12 17:55
Abhinav S12-Jan-12 17:55 
GeneralRe: Is IEnumerable a sufficent type for WPF binding? Pin
Harry von Borstel12-Jan-12 6:18
Harry von Borstel12-Jan-12 6:18 
GeneralRe: Is IEnumerable a sufficent type for WPF binding? Pin
Harry von Borstel12-Jan-12 9:28
Harry von Borstel12-Jan-12 9:28 
GeneralRe: Is IEnumerable a sufficent type for WPF binding? Pin
Abhinav S12-Jan-12 18:00
Abhinav S12-Jan-12 18:00 
GeneralRe: Is IEnumerable a sufficent type for WPF binding? Pin
Dean Oliver23-Jan-12 19:08
Dean Oliver23-Jan-12 19:08 
Try to avoid other collections and stick with observableCollection or a derived implementation of that. As Ilist is far slower in binding than an ObservableCollection.
http://msdn.microsoft.com/en-us/library/bb613546.aspx[^]

Quote:
Data binding the ItemsSource


Update time for 1 item (ms)

To a CLR List<t> object


1656ms

To an ObservableCollection<t>


20ms

QuestionTooltip on DataGridTemplateColumn header [solved] Pin
Ravi Bhavnani11-Jan-12 6:01
professionalRavi Bhavnani11-Jan-12 6:01 
AnswerRe: Tooltip on DataGridTemplateColumn header Pin
Ravi Bhavnani11-Jan-12 6:10
professionalRavi Bhavnani11-Jan-12 6:10 
QuestionRIA Service not generating custom property Pin
Icarus12310-Jan-12 18:24
Icarus12310-Jan-12 18:24 
QuestionWPF Model From Hyperlink Pin
Kevin Marois10-Jan-12 10:50
professionalKevin Marois10-Jan-12 10:50 
GeneralRe: WPF Model From Hyperlink Pin
SledgeHammer0110-Jan-12 17:53
SledgeHammer0110-Jan-12 17:53 
GeneralRe: WPF Model From Hyperlink Pin
SledgeHammer0111-Jan-12 6:30
SledgeHammer0111-Jan-12 6:30 
AnswerRe: WPF Model From Hyperlink Pin
SledgeHammer0111-Jan-12 6:34
SledgeHammer0111-Jan-12 6:34 
QuestionWPF TabControl Events Pin
Tom Delany10-Jan-12 5:03
Tom Delany10-Jan-12 5:03 
GeneralRe: WPF TabControl Events Pin
Pete O'Hanlon10-Jan-12 9:57
mvePete O'Hanlon10-Jan-12 9:57 
GeneralRe: WPF TabControl Events Pin
Tom Delany10-Jan-12 10:15
Tom Delany10-Jan-12 10:15 
GeneralRe: WPF TabControl Events Pin
Pete O'Hanlon10-Jan-12 10:29
mvePete O'Hanlon10-Jan-12 10:29 
GeneralRe: WPF TabControl Events Pin
Tom Delany10-Jan-12 10:35
Tom Delany10-Jan-12 10:35 
GeneralRe: WPF TabControl Events Pin
Tom Delany10-Jan-12 10:17
Tom Delany10-Jan-12 10:17 
GeneralRe: WPF TabControl Events Pin
Pete O'Hanlon10-Jan-12 10:32
mvePete O'Hanlon10-Jan-12 10:32 
GeneralRe: WPF TabControl Events Pin
Tom Delany10-Jan-12 10:37
Tom Delany10-Jan-12 10:37 
GeneralRe: WPF TabControl Events Pin
Pete O'Hanlon10-Jan-12 10:38
mvePete O'Hanlon10-Jan-12 10:38 
GeneralRe: WPF TabControl Events [Edited] Pin
Tom Delany10-Jan-12 11:34
Tom Delany10-Jan-12 11:34 

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.