Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

ScrollPosition

ScrollPosition
is an option for Pane that specifies the scroll position of the contents of the pane.
  • ScrollPosition->{h, v} specifies that the pixel at horizontal, vertical position h, v in the pane content should appear at the top-left corner of the pane.
  • The vertical position is measured down from the top of the content.
By default, the scrollbars are positioned to display the top-left corner of the content:
Specify custom initial position of the scrollbars:
By default, the scrollbars are positioned to display the top-left corner of the content:
In[1]:=
Click for copyable input
Out[1]=
Specify custom initial position of the scrollbars:
In[2]:=
Click for copyable input
Out[2]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team