Bogdanp / racket-gui-easy

Declarative GUIs in Racket.
https://docs.racket-lang.org/gui-easy/index.html
134 stars 18 forks source link

fix docs on list-view's default style #35

Closed benknoble closed 1 year ago

benknoble commented 1 year ago

The default null made me thing '(vscroll) was enough to force the scroll-bar to stick around; imagine my surprise when the list was suddenly horizontal, instead.

The code uses '(vertical auto-vscroll), so put that in the docs, too.

Bogdanp commented 1 year ago

Thanks!