Join Slack
Powered by
The simplest solution for the `Canvas` resize prob...
# tornadofx
h
hastebrot
02/11/2017, 1:24 AM
The simplest solution for the
Canvas
resize problem is to put the
Canvas
into a
Pane
and use its
width
and
height
for the
Canvas
. It works within
HBox
,
BorderPane
and as root for a
Scene
. I haven't tested this with padding, so far.
Open in Slack
Previous
Next