Forked from: omax's flash on 2009-7-14 diff:24 forked from: flash on 2009-7-14 omax forked:1favorite:0lines:22license : MIT License modified : 2009-07-14 20:56:44 Embed Tweet <?xml version="1.0" encoding="utf-8"?> <mx:Application name="DataGrid_headerSeparatorSkin_test" xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="white"> <mx:Style> DataGrid { headerSeparatorSkin: ClassReference("mx.skins.ProgrammaticSkin"); } </mx:Style> <mx:DataGrid id="dataGrid"> <mx:dataProvider> <mx:ArrayCollection> <mx:Object c1="1. One" c2="1. Two" c3="1. Three" /> <mx:Object c1="2. One" c2="2. Two" c3="2. Three" /> <mx:Object c1="3. One" c2="3. Two" c3="3. Three" /> <mx:Object c1="4. One" c2="4. Two" c3="4. Three" /> <mx:Object c1="5. One" c2="5. Two" c3="5. Three" /> <mx:Object c1="6. One" c2="6. Two" c3="6. Three" /> </mx:ArrayCollection> </mx:dataProvider> </mx:DataGrid> </mx:Application> Code Fullscreen Preview Fullscreen name sort new page view favorite forked pv188 forked from: forked from: flas.. omax forked:0 favorite:0lines:41 (diff:43)