Join Slack
Powered by
Hey guys, quick question. I'd like to know how to...
# tornadofx
k
Kevin Luke
07/15/2019, 7:00 PM
Hey guys, quick question. I'd like to know how to have some pane like an h or vbox, fill it with shapes, and have those shapes automatically resize and scale to fit the window size: something like:
Copy code
override val root = hbox { ellipse {} ellipse {} ellipse {} }
where each ellipse is laid next to it's neighbor and expands to fit a screen boundry, resizing when the window is stretched.
Open in Slack
Previous
Next