Hi -

We provide the HScrollBar and VScrollBar components for you to instantiate as 
standalone scrollbars. Here's an example of a vertical scrollbar that controls 
the scrolling in a horizontal scroll bar. 

<mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml";>
        <mx:VScrollBar id="v" height="200" scroll="h.scrollPosition = 
v.scrollPosition" maxPos="200" minPos="0" />

        <mx:HScrollBar id="h" width="200" maxPos="200" minPos="0"/>
</mx:Application>

In your case you'd instantiate a standalone scrollbar and write a handler for 
its scroll event that controls the scrolling in the other UI component this 
scrollbar is managing.

HTH,
deepa

__________________
Find Me: 
  2701 - 601 Townsend
  415.832.7668
  [EMAIL PROTECTED] 

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Sreejith Unnikrishnan
Sent: Wednesday, January 25, 2006 3:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Stand-alone scrollbar possible?

Rather strange requirement that I have.
 
Is it possible to have a stand-alone scrollbar?
Basically, I need to implement a scrollbar that controls the scroll in another 
UI component.
 
Any suggestion is welcome.
 
Regards
Sree


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


SPONSORED LINKS 
Web site design development 
Computer software development 
Software design and development 
Macromedia flex 
Software development best practice 



YAHOO! GROUPS LINKS 

*  Visit your group "flexcoders" on the web.
  
*  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




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