igor
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2019
01:25 PM
ZoomRowList prevent wrapping on key left\right
Hi guys, any idea how to prevent ZoomRowList from wrapping scroll on key left\right ?
It automatically wraps if items in the row wider then the row width, and I have a menu left to the ZoomRowList, which I can't focus it because the scroll is wrapped.
It automatically wraps if items in the row wider then the row width, and I have a menu left to the ZoomRowList, which I can't focus it because the scroll is wrapped.
2 REPLIES 2

speechles
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019
08:57 AM
Re: ZoomRowList prevent wrapping on key left\right
You want to look at rowWidth.. but.. realize zoomRowList isn't fully baked yet.
Once full floating focus functionality is added in a subsequent release, this will be used to specify the rightmost limit that the focus can reach as focus floats from left to right.
Once full floating focus functionality is added in a subsequent release, this will be used to specify the rightmost limit that the focus can reach as focus floats from left to right.
igor
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019
09:40 AM
Re: ZoomRowList prevent wrapping on key left\right
I tried to use very big row width, it solves the wrapping problem, but the focus goes beyond the screen when you scroll right..