Enabling scroll bars in a network view

Scroll bars allow you to scroll a view horizontally or vertically.
You can assign the following values to the scrollbar attribute:
  • yes to always have scroll bars in a view
  • need to enable scroll bars only when needed: when part of the view is not visible
  • no to have no scroll bars in a view. This is the default value.
The following code example shows how to enable scroll bars in a network view using the scrollbar attribute in the networkView tag:
<jvdf:networkView id="network" scrollbars="need">