topical media & game development

talk show tell print

student-ar-fl-controls-ScrollPolicy.ax

student-ar-fl-controls-ScrollPolicy.ax [swf] flex


  // Copyright 2007. Adobe Systems Incorporated. All Rights Reserved.
  package fl.controls {
          
          
Values for the <code>horizontal@ax-student-ar-fl-controls-ScrollPolicy</code> and <code>vertical@ax-student-ar-fl-controls-ScrollPolicy</code> properties of the BaseScrollPane class.
see: fl.containers.BaseScrollPane#horizontal@ax-student-ar-fl-controls-ScrollPolicy BaseScrollPane.horizontal@ax-student-ar-fl-controls-ScrollPolicy
see: fl.containers.BaseScrollPane#vertical@ax-student-ar-fl-controls-ScrollPolicy BaseScrollPane.vertical@ax-student-ar-fl-controls-ScrollPolicy @langversion 3.0 @playerversion Flash 9.0.28.0

  
          public class @ax-student-ar-fl-controls-ScrollPolicy {
                  
Always show the scroll bar. The size of the scroll bar is automatically added to the size of the owner's contents to determine the size of the owner if explicit sizes are not specified. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const ON:String = "on";
                  
Show the scroll bar if the children exceed the owner's dimensions. The size of the owner is not adjusted to account for the scroll bars when they appear, so this may cause the scroll bar to obscure the contents of the component or container. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const AUTO:String = "auto";
  
                  
Never show the scroll bar. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const OFF:String = "off";
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.