Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScrollBarView etc... needs redesign to utilize new View architecture #2464

Closed
tig opened this issue Mar 29, 2023 · 1 comment
Closed

ScrollBarView etc... needs redesign to utilize new View architecture #2464

tig opened this issue Mar 29, 2023 · 1 comment
Labels
v2 For discussions, issues, etc... relavant for v2

Comments

@tig
Copy link
Collaborator

tig commented Mar 29, 2023

ScrollBar and ScrollView are still mostly working in #2361 but need a bunch of changes to really work well again.

In addition, I'd like to revisit the pattern used. The new Frames concept should allow any View to have scrolling without having to add and manage a bunch of scroll objects as is needed today. The idea being the Adornments Frame (temporarily called BorderFrame) can host scroll bars and the work I've done to decouple Bounds from Frame such that Bounds could have a non-zero Location should make scrolling much easier on devs.

So, for now #2361 will be no-bueno relative to scroll bar use cases.

@tig tig added the v2 For discussions, issues, etc... relavant for v2 label Mar 29, 2023
@tig
Copy link
Collaborator Author

tig commented Apr 16, 2023

Dupe of #2489

ScrollBar and ScrollView are still mostly working in #2361 but need a bunch of changes to really work well again.

In addition, I'd like to revisit the pattern used. The new Frames concept should allow any View to have scrolling without having to add and manage a bunch of scroll objects as is needed today. The idea being the Adornments Frame (temporarily called BorderFrame) can host scroll bars and the work I've done to decouple Bounds from Frame such that Bounds could have a non-zero Location should make scrolling much easier on devs.

? So, for now #2361 will be no-bueno relative to scroll bar use cases.

@tig tig closed this as completed Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 For discussions, issues, etc... relavant for v2
Projects
No open projects
Status: ✅ Done
Development

No branches or pull requests

1 participant