useOverlays

Typeproperty
Dictionarywidget.polylist
LibraryPolyList
Syntax
set the useOverlays of widget to {true | false}
get the useOverlays of widget
Associationscom.livecode.widget.polylist
Summary

Draws the rectangle that indicates that an element is selected on top of the item.

Example
set the useOverlays of widget "PolyList" to true
Description

Use the useOverlays property to indicate whether to draw the rectangle indicating that an element is selected above the item (true) or behind it (false).

If plHiliteColor has no transparency and is a solid color. The elements that are behind will not be seen.