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

  • block - Which axis (or axes) to block.

Signature

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

C signature

Implemented by