RichTextLabel.fitContentHeight

If true, the label's height will be automatically updated to fit its content. Note: This property is used as a workaround to fix issues with RichTextLabel in Containers, but it's unreliable in some cases and will be removed in future versions.

  1. bool fitContentHeight [@property getter]
  2. bool fitContentHeight [@property setter]
    struct RichTextLabel
    @nogc nothrow @property
    void
    fitContentHeight
    (
    bool v
    )

Meta