DieselMeister / Terminal.Gui.Elmish

An elmish wrapper around Miguel de Icaza's 'Gui.cs' https://github.com/migueldeicaza/gui.cs including a fable like view DSL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement ScrollBarView

bjorn-einar-bjartnes-4ss opened this issue · comments

Description

The scrollbarview is not implemented

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...

(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)