Flap.foldThresholdPolicy

Set foldThresholdPolicy property.

More...
  1. adw.types.FoldThresholdPolicy foldThresholdPolicy [@property getter]
  2. adw.types.FoldThresholdPolicy foldThresholdPolicy [@property setter]
    class Flap
    @property
    void
    foldThresholdPolicy

Parameters

propval adw.types.FoldThresholdPolicy

Determines when the flap will fold.

If set to adw.types.FoldThresholdPolicy.Minimum, flap will only fold when the children cannot fit anymore. With adw.types.FoldThresholdPolicy.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.

Detailed Description

Deprecated: See the migration guide