itemMinExtents | |||||||
Type | property | ||||||
Dictionary | widget.segmented | ||||||
Library | Segmented Control | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.segmented | ||||||
Summary | The minimum width of each segment | ||||||
Values |
| ||||||
Related | Property: 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. |