0

I am using mxGraph in my application, and I want to add a scrollbar in the swimlane A, in order to be able to show the different nodes.

The sweimlane A is defined as:

<mxCell id="2" value="A" style="swimlane;fillColor=#A0A0A0  " parent="1" vertex="1">
    <mxGeometry x="80" y="130" width="890" height="550" as="geometry"/>
</mxCell>

I will be thankful for any help.

enter image description here

Leon
  • 255
  • 1
  • 4
  • 11

1 Answers1

0

Containers in mxGraph do not support scrollbars.

user1084282
  • 1,003
  • 7
  • 6