So there is a Resize event now. I am trying to figure out a way to find the dispatcher's width and height when the event is called.
Code:myPanel.on('resize', this.onResize); onResize: function(sender, eOpts) { // sender.getWidth() or this.getWidth() ? }