Title: LayoutPanel Collapse and Expand Events Post by: don on August 03, 2021, 04:56:02 AM How can we listen for LayoutPanel expand/collapse events?
Title: Re: LayoutPanel Collapse and Expand Events Post by: don on August 03, 2021, 05:19:07 AM I solved this by listening for the "collapse" and "expand" events (e.g. @expand="myExpandEventMethod". Note these events do not pass any objects to the listener method. I suggest adding these events to the documentation.
|