How can I add column headers to a Silerlight ItemsControl? I need a fast way to display a List of items that contains also some header info.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This may seem like a simplistic question but why not use the
DataGridin readonly mode?The downside with data grid is it doesn’t use a virtualised ItemsControl so performance may suffer if you are trying to list hundreds of items with many columns.