12-21-2012 09:15 PM
I've ran a few of the cascades samples, and put together a few cascades / C++ demo apps.
Now I'd like to have a setup like this:
Page
Page Container
Scroll View
Container #1 with a Label
(Container #1 has another label, but not shown)
Container #2 with some other Control
(Container #2 has another Control hidden)
...And so onThe goal is similar to a list view row that expands out to reveal more content when pressed, but I don't want to use lists, I only have controls and each is unique.
Are there any code samples similar to this?
If not, which Scroll View and Container API's should I look into to make this possible?
Solved! Go to Solution.
12-22-2012 03:10 AM
12-22-2012 01:16 PM
Sweet, much easier than I thought it would be. Thanks!
12-22-2012 04:22 PM