Visit SlideShowPro.net  Community Forums
SlideShowPro Support Wiki
  

Back
Products

ThumbGrid


Using ThumbGrid without Director

Additional support

  1. Community forums
  2. Email support staff

Company

  1. Products
  2. About SlideShowPro
  3. News
  4. Follow SlideShowPro on Twitter
ThumbGrid

order

order [read-write]

ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Description

Controls how thumbnail images are ordered within each group's grid.

Acceptable values include "Left to Right" and "Top to Bottom".

The default value is "Left to Right".

Implementation

public function get order():String
public function set order(value:String):void

Example

The following example changes the order in which thumbnail images are placed in each group to "Top to Bottom".

my_tg.order = "Top to Bottom";

Page last modified by tdominey on May 12, 2010, at 11:17 AM
© 2011 SlideShowPro. All Rights Reserved.