"scrollToPanel"

Allows to scroll to a specific panel when using the panel grid mode.

Synopsis

scrollToPanel(int pos)

Parameter

Parameter Description
pos

Position to which should be scrolled based on the current panel:

  • 0 - Left
  • 1 - Right
  • 2 - Above
  • 3 - Below

Description

The function allows to scroll to a adjacent panel (see "loadPanel") if the panel grid mode ("panelGridMode") is enabled.

Assignment

Embedded Module