The HorizontalList control is a MX component. There is no spark component.
The HorizontalList control is a MX component. There is no spark component.The HorizontalList control is a MX component. There is no spark component. The HorizontalList control displays the items in horizontal manner. You can display a list of items and images in it. The items will be displayed from left to right. It looks like a HBox control. The HorizontalList control contains horizontal scrolling. You can use Actionscript or fx Array for providing a data to the HorizontalList control by dataprovider property. The tag of this control is <mx:HorizontalList>.
|
<?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"xmlns:s=" library://ns.adobe.com/flex/spark"xmlns:mx=" library://ns.adobe.com/flex/mx"minWidth=" 955" minHeight="600">height=" 151"color=" 0x323232"columnWidth=" 100"columnCount=" 3"width=" 380"x=" 13"y=" 15">icon="@Embed('C:/work/bikrant/flex4component/horizontallist/java.jpg')"/> <fx:Object label="iphone" icon="@Embed('/C:/work/bikrant/flex4component/horizontallist/iphone.gif')"/> icon="@Embed('/C:/work/bikrant/flex4component/horizontallist/php.jpg')"/> <fx:Object label="HTML"icon="@Embed('/C:/work/bikrant/flex4component/horizontallist/html.png')"/> <fx:Object label="Flex"icon="@Embed('/C:/work/bikrant/flex4component/horizontallist/flex.jpg')"/> &</s:Application> |
To view this page ensure that Adobe Flash Player version 10.0.0 or greater is installed.