I've search all over the net and can't find any examples on how to
move the scrollbar of 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 the scrollbar and not the header for the scrollbar. it also
places the scrollbar directly over the first column. how can i move
the header for the scrollbar as 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
-~----------~----~----~----~------~----~------~--~---