Hi,
Is it possible to display small grid inside each data card, not just list of name/value pairs ?
Thanks,
Ed
Hello Ed,
Thank you for your post. I have been looking into it and I can say that since XamDataCards derives from DataPresenter it is almost organized the same way as XamDataGrid. It also has DataRecordPresenters which contains CellValuePresenters and LabelPresenters. If you change the container style you will lose the built in functionalities and also I am not completely sure how do you want the Cards to look like with grids inside them and what functionality you want to achieve with this.
Stefan,
I would like to have data cards with small read-only grids inside - 4 columns and usually 2 rows, might be 3 or 4 rows sometimes. Each data card will correspond to single US state. Now I am in the process to create WPF prototype for legacy VB6 application. Existing VB form has a single grid which was divided to small manually formatted pseudo-grids.