Accordion onAfterExpand event not working.

I want to increase window size onAfterExpand of accordion item, but event is not working. Please check following snippet.

https://snippet.webix.com/s8dhle7j

@pratikshadatir1
According to the documentation “accordionitem” has no such event.
https://docs.webix.com/api__refs__ui.accordionitem.html

You can add the listener on “accordion”, and use the parameters to perform the necessary actions

Hey @pratikshadatir1, lBeJluk is exactly right, onAfterExpand is the event of the accordion view itself, so you should instead listen for an event in that view: https://snippet.webix.com/1iarc3vt