enum @beta Efl.Ui.Scroll_Block { [[Direction in which a scroller should be blocked. Note: These options may be effective only in case of thumbscroll (i.e. when scrolling by dragging). ]] none = 0, [[Don't block any movement.]] vertical = 1, [[Block vertical movement.]] horizontal = 2 [[Block horizontal movement.]] }
Description
Description
Details
Details
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | bu5hm4n | T8096 efl.ui.collection | ||
Resolved | None | T7870 efl.ui.grid | ||
Resolved | None | T7881 efl.ui.list | ||
Resolved | cedric | T7885 efl.ui.list_view | ||
Resolved | None | T7891 efl.ui.scroller | ||
Wontfix | bu5hm4n | T7882 efl.ui.scrollable_interactive | ||
Resolved | None | T7883 efl.ui.scrollable | ||
Resolved | None | T7921 enum Efl.Ui.Scroll_Block |
Comment Actions
@eagleeye
Let's take a look at this together.
Currently, I cannot find any problem in this definition.