CollectionViewSource & Selective Column Display

Posted by Berryl on Stack Overflow See other posts from Stack Overflow or by Berryl
Published on 2011-02-22T23:21:56Z Indexed on 2011/02/22 23:25 UTC
Read the original article Hit count: 309

By selective column display i mean the following: a control shows a listing of widgets (WidgetVm.DisplayName), with the default display name being in English (WidgetVm.EnglishName), but with the option to show the widget in French (WidgetVm.FrenchName).

There also sorting and filtering available, which is why CollectionViewSource seems ideal. I know you can have multiple views over the same source but I haven't figured out how to do this yet. Is that the right approach to solving this? How?

Cheers,
Berryl

© Stack Overflow or respective owner

Related posts about wpf

Related posts about Silverlight