Enabling scroll bars in a 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.

JViews Diagrammer

Enabling scroll bars in a dashboard view
The following code example shows how to enable scroll bars in a dashboard view using the scrollbar attribute in the dashboardView tag:
<jvdf:dashboardView id="dashboard" scrollbars="need">
Enabling scroll bars in a diagram view
The following code example shows how to enable scroll bars in a diagram view using the scrollbar attribute in the diagrammerView tag:
<jvdf:diagrammerView id="diagrammer" scrollbars="need">