"onViewResize" event never is dispatched

Hi guys,

So, I’m trying to use the “onViewResize” event to resize a canvas inside my layout when the user change the layout, but for some reason the “onViewResize” event is not dispatched. This is the code that I’m using:

http://webix.com/snippet/7cfe6744

When you move de left vertical resizer the “onViewResize” event never is dispatched.

Please coul you help me with that?
Thanks

Hi,

The event occurs for the views which are on the same level with the resizer:

http://webix.com/snippet/1182b7cd

Other related events are onResize of ui.resizer and global onLayoutResize.

Thanks! :slight_smile: