New in Wolfram Mathematica 7: New Interface Elements  previous | next 
Use Scrollable Fields to View Large Amounts of Data
Scrollable fields can be used to restrict a large amount of data to a small area of the screen.
In[1]:=

Click for copyable input
Grid[{

   {Import["ExampleData/head.dcm.gz", "Graphics", ImageSize -> 400]},

   {Pane[Grid[

      List @@@ Import["ExampleData/head.dcm.gz", "MetaInformation"], 

      Alignment -> Left, 

      Background -> {Automatic, {{LightBlue, White}}}], {400, 100}, 

     Scrollbars -> True]}}] // Panel
Out[1]=