Hi I have recently attended one Adobe Developer Summit at Bangalore....there they gave a presentation on Adobe-Catalyst. So to sum-up, using Catalyst you can go and design your own style of look-n-feel component using Designer-Mode(view), and whats the most intresting is...it takes just less than 10min to make you own component if you know even little of it and further there are options via that you can directly inherit the features of already-available componetns i.e. Datagrid, so you just need to change upto what you needs.
Regards Abhinav Mehta MSRIT- Bangalore ----- Original Message ----- From: "Warped" <[email protected]> To: "Flex India Community" <[email protected]> Sent: Wednesday, October 14, 2009 10:45 PM Subject: [flex_india:25917] Re: Scrollbar on left side of Datagrid anyone done anything like this? On Oct 12, 4:57 pm, Warped <[email protected]> wrote: > I've search all over the net and can't find any examples on how to > move thescrollbarof a datagrid to the left side. > > doing the following: > > protected override function updateDisplayList > ( unscaledWidth:Number, unscaledHeight:Number ):void > { > super.updateDisplayList( unscaledWidth, unscaledHeight ); > > if( verticalScrollBar && verticalScrollBar.visible ){ > verticalScrollBar.x = 0; > > } > } > > only moves thescrollbarand not the header for thescrollbar. it also > places thescrollbardirectly over the first column. how can i move > the header for thescrollbaras well as move the columns over? Has > anyone ever done this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

