Forum Discussion

igor's avatar
igor
Visitor
6 years ago

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.
  • 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.
  • I tried to use very big row width, it solves the wrapping problem, but the focus goes beyond the screen when you scroll right..