24i-sander_l
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2016
03:51 AM
SceneGraph Horizontal Scrollable List
Hi all,
I'm new to Roku development and I immediately dived into the SceneGraph way of building apps.
I'm trying to establish the following:

but I'm running into some issues.
The marked area is supposed to be a horizontal scrollable list with items of different sizes. Is this possible using SceneGraph?
Thanks in advance,
Sander - 24i
I'm new to Roku development and I immediately dived into the SceneGraph way of building apps.
I'm trying to establish the following:

but I'm running into some issues.
The marked area is supposed to be a horizontal scrollable list with items of different sizes. Is this possible using SceneGraph?
Thanks in advance,
Sander - 24i
4 REPLIES 4
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2016
07:36 AM
Re: SceneGraph Horizontal Scrollable List
You could use a LayoutGroup and append your buttons in that manner and manually track your items focus. That is what I do for these types of things.
Tyler Smith
24i-sander_l
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2016
07:46 AM
Re: SceneGraph Horizontal Scrollable List
"Tyler Smith" wrote:
You could use a LayoutGroup and append your buttons in that manner and manually track your items focus. That is what I do for these types of things.
Actually that's what I started working on as well, I'm just wondering if something "simple" as this could/should be supported by the Roku framework..
Tyler_Smith
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2016
07:15 AM
Re: SceneGraph Horizontal Scrollable List
As of right now I don't think there is a simpler way.
The available List components currently only support a consistent height/width of items.
The available List components currently only support a consistent height/width of items.
Tyler Smith
dacian_roman23
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2016
12:59 AM
Re: SceneGraph Horizontal Scrollable List
"24i-sander_l" wrote:
Hi all,
I'm new to Roku development and I immediately dived into the SceneGraph way of building apps.
I'm trying to establish the following:
but I'm running into some issues.
The marked area is supposed to be a horizontal scrollable list with items of different sizes. Is this possible using SceneGraph?
Thanks in advance,
Sander - 24i
You can try to use the markupgrid component. https://sdkdocs.roku.com/display/sdkdoc/MarkupGrid