racket-gui-easy icon indicating copy to clipboard operation
racket-gui-easy copied to clipboard

Grid View

Open sidibu opened this issue 3 years ago • 1 comments
trafficstars

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.

sidibu avatar Jan 16 '22 22:01 sidibu

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.

Bogdanp avatar Jan 18 '22 06:01 Bogdanp