ScrollCanvas.AutoHideScrollbars

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Property (As Boolean)
aScrollCanvas.AutoHideScrollbars = newValue
or
BooleanValue = aScrollCanvas.AutoHideScrollbars


If enabled, the ScrollBars are automatically hidden when the Canvas is bigger than the picture being displayed. To use this feature, you first need to set the scrollbars using SetScrollbars(... , ...).