onResize event.

Hi.
I’m very new in servoy.

I’m developing a solution and I need that the form resize whenever I change the screen size.

Maybe exist an method for it (it is wonderfull), but I think it don’t exist.

when I try to resize a form, that form don’t resize the content. If I take all elements and with an array I resize it, doesn’t works well.

Maybe I don’t explainme well. Sorry. My english are really bad.

I don’t find the information.

Thanks.

You can resize a form and all elements.

For that you have 4 ‘anchors’.
You can set the from top-left to bottom-right so you can resize the width and height of an element.

There is also the form.onResize event that you can use.

It that a good enough answer to your question?