Hi, I wanted to extend VerticalColumnLayout and listen "sizeChanged" event in it.
I have created an .as file :here is few lines of code from it: public class ResponsiveVerticalColumnLayout extends VerticalColumnLayout { public function ResponsiveVerticalColumnLayout(minColumnWidth:int) { this.minColumnWidth = minColumnWidth; app.addEventListener("sizeChanged", calculateNumColumns); } How can I achieve a listener call in this file? Is there any way that I can get InitialView in this file? Thanks Dhwani -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-extending-VerticalColumnLayout-tp52676.html Sent from the Apache Flex Development mailing list archive at Nabble.com.