GuiGridListGetHorizontalScrollPosition

From Multi Theft Auto: Wiki
Revision as of 20:17, 30 January 2013 by UniOnDennis (talk | contribs) (Created page with "{{client function}} This function is used to get the horizontal scroll position form a grid list ==Syntax== <syntaxhighlight lang="lua"> float guiGridListGetHorizontalScrollPosition( element g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function is used to get the horizontal scroll position form a grid list

Syntax

float guiGridListGetHorizontalScrollPosition( element guiGridlist )

Required Arguments

  • guiGridlist: The grid list you want to get the horizontal scroll position from

Returns

Returns a float indicating the horizontal scroll position, or false otherwise.

Requirements

Minimum server version n/a
Minimum client version 1.3.1-9.04949.0

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.1-9.04949.0" />

Example

-- Todo

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows