Share

Interface: cmdPanel

The cmdPanel Core Interface provides control over the behavior of the command panel in multi-column mode.

Methods:

<integer>cmdPanel.GetRollupThreshold()      

Returns how many pixels of a rollout should be scrollable in the command panel before the rollout is shifted into a separate command panel column. This option is only applicable when there are multiple columns displayed in the command panel.

<void>cmdPanel.SetRollupThreshold <integer>threshold   

Sets how many pixels of a rollout should be scrollable in the command panel before the rollout is shifted into a separate command panel column. This option is only applicable when there are multiple columns displayed in the command panel.

Was this information helpful?