Bogdanp / racket-gui-easy

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

Grid View #10

Open sidibu opened 2 years ago

sidibu commented 2 years ago

Hello,

is it possible to build a grid layout / panel with racket-gui-easy? I looked at the documentation and examples. But it seems there is currently no grid panel available. The only options seems to rap https://docs.racket-lang.org/table-panel/index.html in a custom view. Anyways, I would preview a native solution. If there currently is no grid panel in this library, I would like to request one as a feature.

Bogdanp commented 2 years ago

For now, I think your best bet is to wrap the table-panel package in a custom view<%>. I'll probably add a grid view eventually, but it'll probably be a while before I get to it.