WPF ListView example showing all possible kinds of columns including hypelink and checkbox

Posted by MicMit on Stack Overflow See other posts from Stack Overflow or by MicMit
Published on 2010-03-18T08:30:16Z Indexed on 2010/03/18 8:51 UTC
Read the original article Hit count: 374

Filed under:
|

Could anyone help with a link to comprehensive example or book with all possible kinds of columns for ListView. ListView is bound to Observable collection but read-only ( except checkboxes which are primarily to drive certain actions for selected rows for the application ).

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listview