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
-~----------~----~----~----~------~----~------~--~---

Reply via email to