Forum Discussion
4 Replies
- KomagRoku GuruYou can do "anything" with roScreen programming and a lot of time and work
- TheEndlessChannel SurferThis would also be pretty easy to accomplish using SceneGraph. Take a look at the animation documentation.
- RENJITHVR4Visitor
"TheEndless" wrote:
This would also be pretty easy to accomplish using SceneGraph. Take a look at the animation documentation.
Could you please tell me how to do it? Just give me an Idea. Which type list or group should I use? And can I hide and show each content? - TheEndlessChannel SurferYou'd need to write your own custom component. There isn't an existing component that supports this functionality.
Personally, I'd probably use a vertical LayoutGroup, then use an Animation to change the height of a label below each header when selected.