See hou.NetworkEditor.parmScrollTo. See hou.ParameterEditor.scrollTo.
Values ¶
hou.scrollPosition.Auto
Adjust the scroll only when the parameter bounding box is outside the current scroll window. Uses top alignment if the bounding box was above the scroll window or bottom alignment otherwise.
hou.scrollPosition.Top
Adjust the scroll aligning the top of the parameter bounding box to the top of the scroll window.
hou.scrollPosition.Center
Adjust the scroll aligning the center of the parameter bounding box to the center of the scroll window.
hou.scrollPosition.Bottom
Adjust the scroll aligning the bottom of the parameter bounding box to the bottom of the scroll window.