Efl.Ui.Text.scrollable

Description

Enable or disable scrolling in the widget.

When scrolling is enabled scrollbars will appear if the text does not fit the widget size.

Values

  • scroll - true to enable scrolling. Default is false.

Signature

@property scrollable {
    get {}
    set {}
    values {
        scroll: bool;
    }
}

C signature

Eina_Bool efl_ui_text_scrollable_get(const Eo *obj);
void efl_ui_text_scrollable_set(Eo *obj, Eina_Bool scroll);

Implemented by