Answer Posted / Satish Kumar Gupta
In Flex, 'skinning' a component means customizing its visual appearance. Here are three ways to do this:nn1. Using CSS: You can style components using Cascading Style Sheets (CSS).nn2. Using Skin State: You can create multiple skins for the same component, each representing a different state of the component.nn3. Creating Custom Skins: You can create custom skins by extending the UIComponent class and implementing your own visual representation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers