Firstly, you need to make sure scrollPolicy is swicthed off
eg
<mx:DataGrid id="dg" verticalScrollPolicy="off">

then for example, have a button which changes the scrollposition as 
follows

<mx:Button label="scrollDown" click="dg.verticalScrollPosition +=10"
         autoRepeat="true" 
         buttonDown="dg.verticalScrollPosition +=10"/>

this is untested 

--- In flexcoders@yahoogroups.com, "Jeremy Lu" <[EMAIL PROTECTED]> wrote:
>
> If you could provide some visual mock-ups, I might be able to 
help :-)
> 
> 
> 
> On 7/5/06, hank williams <[EMAIL PROTECTED]> wrote:
> >
> >   I want to implement a datagrid, but not use the normal 
scrollbar,  or
> > not to use it where it is currently placed. Basically I want to 
be able to
> > scroll, but have the datagrid look as if the scrollPolicy was no 
scroll
> > bars. I want to put a bar in an entirely different location. The 
scrollbar
> > stuff seems to be fairly deeply baked into the datagrid or the
> > scrollControlBase actually, and it is not obvious to me how to 
work with
> > this any other way than the way it was designed. Does anyone 
have any
> > thoughts on how to do this?
> >
> > Hank
> >  
> >
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to