Creating custom components in Flex?
Hello All
I want to create a custom component in Flex which resembles the fieldset tag of HTML, a container which has a title ebbed into its border. I want to make this component reusable, and I also want to pass to it various properties like title, width, height, etc.
Can this be done using just the MXML or should I start getting my hands dirty with some actionscript coding?
Thanks and Regards Vikram
You have to get urself into header renderers of Pannel. Just a littl bit of basic AS compnent will be good from performance point of view, you can make your own custom Pannel deriving from the basic Pannel.