Table of Contents

Efl.Ui.Scrollable.movement_block

Description

Blocking of scrolling (per axis).

This function will block scrolling movement (by input of a user) in a given direction. You can disable movements in the X axis, the Y axis or both. The default value is Efl.Ui.Layout_Orientation.default meaning that movements are allowed in both directions.

Since 1.23

Values

Signature

@property movement_block @pure_virtual {
    get {}
    set {}
    values {
        block: Efl.Ui.Layout_Orientation (Efl.Ui.Layout_Orientation.default);
    }
}

C signature

Efl_Ui_Layout_Orientation efl_ui_scrollable_movement_block_get(const Eo *obj);
void efl_ui_scrollable_movement_block_set(Eo *obj, Efl_Ui_Layout_Orientation block);

Implemented by