Hi, I've built the following horizontal list like so: I have a hidden list to scroll the focus then a grouplist of controls with visibility conditions based on which item in the list has focus. The reason I did it like this was because I couldn't figure out how to have a horizontal list without setting a set width that would leave different sized gaps between the items depending on the length of the label.
![Full sized picture Image]()
However, if there are too many items in the list, I don't know how to get it to scroll on left / right click. Is there a way to do it with the method that I've already used or is there a better way to build the horizontal list, using a list or fixed list container but somehow setting an auto width on the focusedlayout and itemlayout?

However, if there are too many items in the list, I don't know how to get it to scroll on left / right click. Is there a way to do it with the method that I've already used or is there a better way to build the horizontal list, using a list or fixed list container but somehow setting an auto width on the focusedlayout and itemlayout?