Resizing/Resized event for resizer

Hello Webix Team,

is there a way to catch when the resizer is moving/moved?
I would like to adjust buttons based on the position of the resizer. How can this be achieved?

Many thanks, Peter

You can use onViewResize event. But buttons without any predefined size are adjusted to its layout cell, so you can use a simple conjunction of the rows and columns:

http://webix.com/snippet/67c77d4a

Moreover, you can set the relative size of any view through the gravity option.