Hi all,

I am trying to tie a scroll bar to one of my components but it is not 
behaving as I would expect.

For example, say I have the following scroll bar:

<mx:HScrollBar id="scrollChart" width="100%" minScrollPosition="0" 
maxScrollPosition="100" pageSize="100"/>

As the range is 0-100 and the pageSize is also 100, I would expect the 
thumb to fill the bar beacuse all values should be visible.  However, 
the thumb only fills about 80% of the bar.  A user seeing the gap would 
think that this means they could scroll to see more information when 
there isn't any more information to see!

How can I make a scroll bar thumb fill the entire bar when all data is 
being displayed?  This is the first time I've looked at using my own 
scroll bar so apologies if I am missing something obvious!

Thanks,

Nick.

Reply via email to