Wednesday, December 3, 2025

SelectableScroll v.1.4.0 Released

SelectableScroll v.1.4.0 is now available.
This update focuses on improving control over looping behavior when navigating grid-based UI, enabling more natural cursor movement at the edges of the grid.

Release Notes (1.4.0 – December 2025)

  • 1.4.0 - December 2025

    • Added a new function in the SelectableScroll grid to control looping at the first and last elements.

      • When GridWrapAround is enabled, it allows temporarily disconnecting and reconnecting the wrap-around connections.

      • This enables implementing behavior where the cursor can pause temporarily at the start or end of the grid.

    • Updated the Sample07_WrapAround demo scene to include an example demonstrating this new feature.

Overview

In some UI layouts, continuous looping can feel too fast or make it easy to overshoot selections.
With this update, you can give users a sense of reaching the “edge” of the grid while still preserving loop functionality, resulting in more intuitive and controlled navigation.

Closing Notes

If your UI relies on looping navigation, try out the new wrap-around control option.
SelectableScroll will continue to evolve to support smoother and more flexible UI development.

SelectableScroll v.1.4.0 Released

SelectableScroll v.1.4.0 is now available. This update focuses on improving control over looping behavior when navigating grid-based UI, ena...