PDA

View Full Version : Panel without a title?


gurpal2000
08-08-2007, 11:30 PM
how do you create a Panel with a title? Like the Flex 2 Component Explorer example where there's a panel on the top right that just has a uniform border but no title?

I place a Panel on an app and specify no title, yet the title space is still there - how to get rid of it?

Thanks

drkstr
08-09-2007, 12:12 AM
Use the Style Browser from adobe and set the Panel styles with css.

http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html

Regards,
...aaron