Kanban with scroll

Hello,
I am trying kanban board.
When I have a lot of tasks, I would like to introduce
scrolling for each table.
Is it possible?

Thanks in advance.

That is possible but requires work to implement.

Would it be sufficient to just change the width of those groups (a.k.a. columns)? That would require changing the MINBREADTH parameter and the GridLayout.wrappingColumn property on the Group.layout. And maybe some other things that I’m not thinking of right now.

Thank you,
I can see:
this.wrappingColumn=Infinity (PoolLayout),
and wrappingColumn:1 (.groupTemplate),
Can you give some help for these 2 parameters,

Regards

Try this for the Group.layout:

            layout: $(go.GridLayout,  // automatically lay out the lane's subgraph
              {
                wrappingColumn: 2,
                wrappingWidth: Infinity,