scrollPercent
graphic scrollPercent int scrollingPercent
layout scrollPercent int scrollingPercent
Description
Enables you to specify the scrolling percent per window.
GUI Equivalent
Examples
envGetVal("graphic" "scrollPercent")
envSetVal("graphic" "scrollPercent" 'int 30)
envGetVal("layout" "scrollPercent")
envSetVal("layout" "scrollPercent" 'int 30)
Related Topics
Return to top