Enumeration pvc.options.varia.ValuesOverflow
Extends
string.
Field Attributes | Field Name and Description |
---|---|
Hide a value label when it overflows the bounds of its associated visual element.
|
|
Show a value label whether or not it overflows the bounds of its associated visual element.
|
|
Hide a value label when the height of its text overflows the bounds of its associated visual element, but otherwise just
trim it so that its width fits those bounds.
|
Enumeration Detail
pvc.options.varia.ValuesOverflow
The types of behavior to apply when the text of value labels does not fit within the bounds of its associated visual element.
Field Detail
Hide
Hide a value label when it overflows the bounds of its associated visual element.
- Value:
- 'hide'
Show
Show a value label whether or not it overflows the bounds of its associated visual element.
- Value:
- 'show'
Trim
Hide a value label when the height of its text overflows the bounds of its associated visual element, but otherwise just
trim it so that its width fits those bounds.
When only one or two characters of the original text would show after trimming, the text is also not shown.
- Value:
- 'trim'