Difference between revisions of "ScrollPanel"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Description==== Creates a scrollable container. A Scrol...")
 
Line 2: Line 2:
  
 
====Description====
 
====Description====
 +
[[{{ns:file}}:scrollpanel.png|link={{filepath:scrollpanel.png}}|ScrollPanel]]
  
 
Creates a scrollable container.
 
Creates a scrollable container.
Line 36: Line 37:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]
 +
[[Category:Lianja v4.1]]

Revision as of 07:31, 6 April 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

ScrollPanel

Creates a scrollable container.

A ScrollPanel is a container object that contains a large Container or Image UIcontrol. Scroll bars are visible if the UIcontrol embedded in it is bigger than the ScrollPanel itself.

Properties

This class supports the Common Properties

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddObject existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
Removeobject existing as Object Remove the specified object

Events

This class supports the Common Events.