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

Implement ScrollBarView #22

Open
bjorn-einar-bjartnes-4ss opened this issue Jan 29, 2023 · 1 comment
Open

Implement ScrollBarView #22

bjorn-einar-bjartnes-4ss opened this issue Jan 29, 2023 · 1 comment

Comments

@bjorn-einar-bjartnes-4ss

Description

The scrollbarview is not implemented
https://github.com/DieselMeister/Terminal.Gui.Elmish/blob/4d44c8c8e23e6a9a410a8a777c441474a8b5ad35/src/Terminal.Gui.Elmish/Views.fs#L63

Related information

Do you know where it stopped? I would like to give it a try to implement it, as I need it, but given that it is just commented out I am worried it might be hard to do? I was just wondering what stopped it, if it was a major thing then I guess I should not pick it up as a first task...

@bjorn-einar-bjartnes-4ss
Copy link
Author

(I notice that text in a textview does have scrolling, so it seems this is mostly about giving some indicator to the ScrollBarView about the size of its children, I found this gui-cs/Terminal.Gui@61e87e8 which seems related)

I was mostly wondering if you think this is something that would require significant changes, as it seems it does need to ask the children for its size somehow, or if it is something that can be implemented without refactoring other parts of the codebase with regards to communicating with the children views somehow)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant