Click here to Skip to main content
15,910,877 members
Home / Discussions / C#
   

C#

 
Questionhow to handle ink In Microsoft.ink sdk Pin
zoyakhan17-Aug-11 21:39
zoyakhan17-Aug-11 21:39 
AnswerRe: how to handle ink In Microsoft.ink sdk Pin
BobJanova18-Aug-11 1:20
BobJanova18-Aug-11 1:20 
QuestionInheriting a template class [modified] Pin
Subin Mavunkal17-Aug-11 2:17
Subin Mavunkal17-Aug-11 2:17 
AnswerRe: Inheriting a template class [modified] Pin
Pete O'Hanlon17-Aug-11 2:19
mvePete O'Hanlon17-Aug-11 2:19 
AnswerRe: Inheriting a template class Pin
BobJanova17-Aug-11 3:09
BobJanova17-Aug-11 3:09 
AnswerRe: Inheriting a template class Pin
#realJSOP17-Aug-11 4:09
professional#realJSOP17-Aug-11 4:09 
GeneralRe: Inheriting a template class [modified] Pin
Subin Mavunkal17-Aug-11 19:28
Subin Mavunkal17-Aug-11 19:28 
GeneralRe: Inheriting a template class PinPopular
Mycroft Holmes17-Aug-11 20:04
professionalMycroft Holmes17-Aug-11 20:04 
GeneralRe: Inheriting a template class Pin
Firo Atrum Ventus17-Aug-11 20:14
Firo Atrum Ventus17-Aug-11 20:14 
GeneralRe: Inheriting a template class [modified] Pin
Subin Mavunkal18-Aug-11 1:14
Subin Mavunkal18-Aug-11 1:14 
GeneralRe: Inheriting a template class Pin
Richard MacCutchan18-Aug-11 2:10
mveRichard MacCutchan18-Aug-11 2:10 
GeneralRe: Inheriting a template class Pin
#realJSOP18-Aug-11 8:17
professional#realJSOP18-Aug-11 8:17 
GeneralRe: Inheriting a template class Pin
Richard MacCutchan18-Aug-11 9:25
mveRichard MacCutchan18-Aug-11 9:25 
GeneralRe: Inheriting a template class Pin
BobJanova18-Aug-11 1:32
BobJanova18-Aug-11 1:32 
GeneralRe: Inheriting a template class Pin
#realJSOP18-Aug-11 8:16
professional#realJSOP18-Aug-11 8:16 
GeneralRe: Inheriting a template class [modified] Pin
Subin Mavunkal18-Aug-11 19:49
Subin Mavunkal18-Aug-11 19:49 
QuestionGeneric framework or pattern for adding colomns to a WPF ListView Pin
Vincent Beek17-Aug-11 0:28
Vincent Beek17-Aug-11 0:28 
AnswerRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
BobJanova17-Aug-11 4:54
BobJanova17-Aug-11 4:54 
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
Vincent Beek17-Aug-11 7:19
Vincent Beek17-Aug-11 7:19 
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
SledgeHammer0117-Aug-11 8:02
SledgeHammer0117-Aug-11 8:02 
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
BobJanova17-Aug-11 9:04
BobJanova17-Aug-11 9:04 
What it has to do with the question is that you can bind a ObservableCollection<BindingWithCustomColumns<T>> as the ItemsCollection of a ListView and it should act like an ObservableCollection<T> except that you can also add extra columns. Though thinking about it some more you probably want to make the dictionary static if you want the same extra columns for every instance of T ... not sure what the data binding does if the list of things it's binding to claims to have different properties.

(Note that my solution is done by analogy with something similar I did to bind a WinForms DataGridView with dynamic column binding. I wasn't aware that you could explicitly bind the columns as your post seems to indicate.)
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
SledgeHammer0117-Aug-11 9:36
SledgeHammer0117-Aug-11 9:36 
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
BobJanova17-Aug-11 9:44
BobJanova17-Aug-11 9:44 
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
SledgeHammer0117-Aug-11 9:48
SledgeHammer0117-Aug-11 9:48 
GeneralRe: Generic framework or pattern for adding colomns to a WPF ListView Pin
BobJanova18-Aug-11 1:24
BobJanova18-Aug-11 1:24 

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.