Replies: 4 comments 1 reply
-
The only thing reporting a size in your code above is the image data. The Image elements defaults to that size when nothing else is set. The rectange surrounding the Image adapts to the size of the image, the Row to the size of the Rectangle, the GridLayout to the Rows and the Window to the Gridlayout. You can e.g. set a |
Beta Was this translation helpful? Give feedback.
-
Ok, but How can I achieve the same Rows dimensions ? Because I want to for eg. set image to middle, without adopting Rows to rectangle and Rectangle to Image. How to make to adopt width and height to changing dimensions of whole window. If i resize window that all of dimensions elements will adopting to Window including all elements / object under Window / Page. (I don't know how to name this). I want to make responsive ui which can to match to every screen by fractal scaling interface and changing location elements of ui interface. |
Beta Was this translation helpful? Give feedback.
-
Ok. I solved this. Image { Image { }` |
Beta Was this translation helpful? Give feedback.
-
You can also use So |
Beta Was this translation helpful? Give feedback.
-
If i pushing Image .svg into Rectangle. Rows are adopting to Images. I want that Images will adopt to Rows not the other way around.
Beta Was this translation helpful? Give feedback.
All reactions