Rethinking Scrollbar Independence: Closing Redundant PRs and Issues #816
ganimtron-10
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We initially planned to make the scrollbar independent based on PR #16. The main goal was to avoid redundancy by not rewriting the scrollbar code for each element that requires it, such as the FileMenu2D. However, upon further analysis, we realized that elements like the FileMenu2D and others already utilize the Listbox2D, which already includes an integrated scrollbar. We also examined other UI libraries and found that they also have independent scrollbars but lack a proper use case. Typically, display containers like Listbox2D are directly used instead of utilizing an independent scrollbar.
Based on these findings, we have decided to close all related issues and pull requests for now. If the need arises in the future, we can revisit this topic. The following pull requests and issues have been closed as a result:
Beta Was this translation helpful? Give feedback.
All reactions