DirectScrolledList: Problem with horizontal arrange

I have a problem using DirectScrolledList.
I have searched in a manual how to arrange an added item to horizontal but found nothing.
Please help me.

This is not a grid template, however you can adjust the desired offset. Just using NodePath methods, since the DirectGUI element is it.

1 Like

I don’t know whether DirectScrolledList will do that, but–with a little additional coding–you should be able to implement it with a DirectScrolledFrame, instead.

It does mean “manual” placement of the items and sizing of the internal “canvas”, instead of the automatic placement and sizing provided by DirectScrolledList, admittedly.

1 Like