-
I would like to generate a image which is reponsive to the avaliable size. For example, the layout is
I would like the Image widget occupy all remaining spaces, and generate an bitmap (e.g. a plot from plotters). My questions are the following:
Either the solutions below is OK, I think:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Specifically, for plots, there's another solution: enable Image to load SVG from memory. |
Beta Was this translation helpful? Give feedback.
-
Maybe you want to do somehing like:
The Rectangle layer of indirection ensure there are no binding loop. |
Beta Was this translation helpful? Give feedback.
Maybe you want to do somehing like:
The Rectangle layer of indirection ensure there are no binding loop.
And the native callback will be called every time the size is changed.