BDisp

Results 764 comments of BDisp

> Files available here Fusion (fusion) and Workstation (ws) they are in .tar format now: https://softwareupdate.vmware.com/cds/vmw-desktop/ But still doesn't contains the darwin.iso and the darwinPre15.iso files. Did you checked?

I would appreciate the `Scroll` class being reviewed before moving forward with the `ScollBar` class. Thanks.

The width/height of the `Scroll` is not limited to 1 but only to what the user wants. ![WindowsTerminal_or6sJpC3c5](https://github.com/gui-cs/Terminal.Gui/assets/13117724/22790b47-e968-4d4f-8db6-bbb7a6e64b48)

@tig how about you creating a new `Content` or `Viewport` box in the `AdornmentsEditor` to set the foreground and background colors. Instead of using `Top`, `Right`, `Bottom` and `Left`, it...

> You mean being able to set the Normal.Background/Forground color for the View itself? Like the colorpicker in `Content Scrolling` does? Yes or for the view passed on the `ViewToEdit`...

@tig did you reorganize by placing the backfields before the properties by hand, or through some automatic system? I normally use R#'s Ctrl+E+C and it's not reformatting that way.

> IMO, View sub-classes should not have the word "View" in them as a general principle. ` > > `ScrollBarView` should be `ScrollBar`. I agree, but `ScrollBarView` is still the...

I have to find out why if I move the scroll with the mouse one line the position changes from 0 to 9. However, returning the position to 0 with...

I added highlight effect in the slider. I didn't used the `HighlightStyle` enum because the hover isn't working. https://github.com/gui-cs/Terminal.Gui/assets/13117724/17107090-f122-45f1-9bc9-8b5a6c5f088b PS: I need a `ColorSchemeChanged` event to intercept the change before...