I have a grid with three columns, and two rows. Here's the basic layout:
___________
| A | B | C |
------------------
| D | E | F |
------------------
Grid cells A and C are used for something not relevant here. The bottom row is smaller than the top row.
I want a ScrollViewer (or anything that can contain items and scroll horizontally) in Cells [D,E,F] (ColumnSpan of 3). The ScrollViewer would hold RadCharts. When a chart is clicked, I want it to animate and move up to cell B which will provide a much larger view of it. When another chart is clicked in the ScrollViewer, this chart should animate upwards while the previous chart simultaneously animates back to the ScrollViewer along the bottom.
So if the bottom area holds 30 charts, you could always have one selected and viewed in cell B.
I was looking at RadCarousel but I don't know if it can be customized enough for that. Any ideas?
___________
| A | B | C |
------------------
| D | E | F |
------------------
Grid cells A and C are used for something not relevant here. The bottom row is smaller than the top row.
I want a ScrollViewer (or anything that can contain items and scroll horizontally) in Cells [D,E,F] (ColumnSpan of 3). The ScrollViewer would hold RadCharts. When a chart is clicked, I want it to animate and move up to cell B which will provide a much larger view of it. When another chart is clicked in the ScrollViewer, this chart should animate upwards while the previous chart simultaneously animates back to the ScrollViewer along the bottom.
So if the bottom area holds 30 charts, you could always have one selected and viewed in cell B.
I was looking at RadCarousel but I don't know if it can be customized enough for that. Any ideas?