borderWidth

Typeproperty
Dictionarywidget.polylist
LibraryPolyList
Syntax
set the borderWidth of widget to <integer>
get the borderWidth of widget
Associationscom.livecode.widget.polylist
Summary

Specifies the thickness with which borders are drawn on the PolyList.

Example
set the borderWidth of widget "PolyList" to 5
Description

Use the borderWidth property to specify the width of the borders that are drawn on the PolyList.

The border of the list items will only be displayed if the strokeItems property is true. While for the widget border to be drawn the strokeBody property must be true.