listDepth

Specifies the depth of a line in a list.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 5.5 Security:

# Syntax

set the listDepth of line of field to 1

# Examples

set the listDepth of line 1 of field 1 to 5

-- Make a list have a maximum depth of 2 repeat with x = 0 to the number of lines of field 1 if the listDepth of line x of field 1 > 2 then set the listDepth of line x of field 1 to 2 end if end repeat

# Description

Use the listStyle property to control the depth of a line in a list.

# Tags

ui,

# See