You are not logged in.

#1 2021-01-13 05:36:14

Awebb
Member
Registered: 2010-05-06
Posts: 6,285

GUI/Widgets: How is cyclic scrolling in lists and menus called?

I'm looking for a general term to describe a phenomenon that is sometimes on by default and needs to be off and vice versa.

What I'm talking about is what I've been calling "cyclic scrolling" forever. It is, say, in a context menu, when you press the up or down cursor button and upon reaching the last element, it jumps back to the first. I'm looking for common names or a definite term, because neither "wrap" nor "cyclic scrolling" leads to a search result in an endless scenario.

If there is no single term, how is this called in, say Qt, GTK or WPF? Is it being called anything at all? I've tried to read the docs of several list/menu item classes in those three toolkits, but couldn't find anything and I suspect I was looking in the wrong places.

Offline

#2 2021-01-13 12:14:46

lambdarch
Member
Registered: 2021-01-10
Posts: 75

Re: GUI/Widgets: How is cyclic scrolling in lists and menus called?

Wrap around?

Offline

#3 2021-01-13 13:37:00

Awebb
Member
Registered: 2010-05-06
Posts: 6,285

Re: GUI/Widgets: How is cyclic scrolling in lists and menus called?

That's what I tried, but I haven't had any results, because the term wrap seems to mean "text that is being wrapped in a box" or "elements arrange themselves in a box". Maybe I need to write some dummy code and ask in a specialised place.

Offline

#4 2021-01-13 13:51:55

lambdarch
Member
Registered: 2021-01-10
Posts: 75

Re: GUI/Widgets: How is cyclic scrolling in lists and menus called?

I know that "wrap around" is used to refer to a cyclical search in a document: https://developer.gnome.org/gtksourcevi … rap-around
What you describe for lists is similar, but perhaps there is a more specific term that is appropriate in this case.

Offline

Board footer

Powered by FluxBB