Displaying multidimensional data in WPF

Posted by KrisTrip on Stack Overflow See other posts from Stack Overflow or by KrisTrip
Published on 2010-04-20T23:48:33Z Indexed on 2010/04/20 23:53 UTC
Read the original article Hit count: 327

What is the best way to display multidimensional data in WPF? I want to use databinding and I won't know the size/shape of the data until runtime. I was thinking some sort of grid but I don't know how to dynamically bind to the data and have it figure out the number of rows and columns. Suggestions and examples please?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about visual-studio-2010