Property
BisAlbum:fold-threshold-policy
Description [src]
Determines when the album will fold.
If set to BIS_FOLD_THRESHOLD_POLICY_MINIMUM
, it will only fold when the
children cannot fit anymore. With BIS_FOLD_THRESHOLD_POLICY_NATURAL
, it
will fold as soon as children don’t get their natural size.
This can be useful if you have a long ellipsizing label and want to let it ellipsize instead of immediately folding.
Type: | BisFoldThresholdPolicy |
Available since: | 1.0 |
Getter method | bis_album_get_fold_threshold_policy() |
Setter method | bis_album_set_fold_threshold_policy() |