itemMinExtents

Typeproperty
Dictionarywidget.segmented
LibrarySegmented Control
Syntax
get the itemMinExtents of <widget>
set the itemMinExtents of <widget> to <numberList>
Associationscom.livecode.widget.segmented
Summary

The minimum width of each segment

Values
NameTypeDescription
Value

A comma-delimited list of positive numbers.

RelatedProperty: itemCount
Description

The minimum width of each segment in the control. Each of the itemMinExtents must be a positive number.

When you set the itemMinExtents to a string that has fewer than itemCount numbers in it, the remaining segments are given a minimum a width of 0.

When you set the itemMinExtents to a string that has more than itemCount numbers in it, the extra numbers are ignored.