Content:
- Methods

A manipulation of the DroidScript list object.

lst = MUI.CreateList( list, width, height, options ) → Object

Example - Basic click to expand contents 

Example - With-Icon click to expand contents 

Example - Dark With Body & Icon click to expand contents 

Methods

The following methods are available on the List object:

Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetHeight( options ) → Number
GetItem( title ) → Object
GetItemByIndex( index ) → Object
GetLeft( options ) → Number
GetLength() → Number: integer
GetList( delim ) → Object
GetParent() → app object
GetPosition( options ) → Object: { left, top, right, bottom }
GetTextSize( mode ) → Number
GetTop( options ) → Number
GetType() → String: “List”
GetVisibility() → String: “Show” or “Hide” or “Gone”
GetWidth( options ) → Number
Gone()
Hide()
IsEnabled() → Boolean
IsOverlap( obj, depth ) → Boolean
IsVisible() → Boolean
Method( name, types, p1, p2, p3, p4 ) → all types
SetScale( x, y )
Show()