enum @beta Efl.Ui.Scrollbar_Mode { auto = 0, [[Visible if necessary]] on, [[Always visible]] off, [[Always invisible]] last [[For internal use only]] }
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 | ||
Resolved | zmike | T7884 efl.ui.scrollbar | ||
Resolved | None | T7923 enum Efl.Ui.Scrollbar_Mode |
Comment Actions
@eagleeye
Let's take a look at this together.
Currently, I cannot find any problem in this definition.
Comment Actions
I would very much like that this enum disappears and we use Efl.Ui.Layout_Orientation instead. We do not need to use the inverted part of the enum.
Comment Actions
I think we can't use Efl.Ui.Layout_Orientation in this case. Because this enum is related to mode of scrollbar not direction.
Comment Actions
I think this looks ok - because legacy scroller has proved that this enum is needed with this definition.
Does anyone have another idea on this ?
@eagleeye
If there would be any expected change on this, please share your idea.