Please disregard. Since HorizontalList doesn't do variable length, this question is somewhat of a moot point.
--- In [email protected], "graysonpierce" <[EMAIL PROTECTED]> wrote: > > Benjamin, > > I finally got around to testing this out. I was able to do this in > the css: > > thumbDownSkin: Embed(source="empty.swf"); > thumbIcon: Embed(source="empty.swf"); > thumbOverSkin: Embed(source="empty.swf"); > thumbUpSkin: Embed(source="empty.swf"); > trackSkin: Embed(source="empty.swf"); > > (Not sure if the empty.swf provided by the example is transparent) > > however the next challenge is that I'd like for the left/right arrows > to display on the same line as the horizontalList content (rather than > below) but when I try to set a size on the horizontalList that will > force it to draw on the same line, the scroll bar (even thought it's > supposed to be transparent) seems to mask the content. > > > > --- In [email protected], "benjidudu" <benjamind@> wrote: > > > > You can skin the scrollbars. So replace the track and thumb with a > > transparent MovieClip and you will only see the arrows. See here for > > more details about skinning: > > http://www.adobe.com/devnet/flex/articles/flex_skins.html > > > > Benjamin. > > > > --- In [email protected], Lachlan Cotter <lach@> wrote: > > > > > > If you don't have a track and a thumb, I wouldn't really call it > > > scrolling. Perhaps what you're really after might more accurately be > > > called 'paging'. If you think of it in those terms, does the problem > > > become easier to grasp? > > > > > > Cheers, > > > Lach > > > > > > On 06/12/2006, at 8:18 AM, graysonpierce wrote: > > > > > > > We have a requirement for a scrollable container that displays right > > > > and left arrows (when necessary) but not the track and the thumb. > > > > > > > > To be more exact something similar to when you open up a bunch > of tabs > > > > in Firefox and at the point that it can't make the tabs any > smaller it > > > > displays the right and left icons. > > > > > > > > Anyone have anything that might be a head-start? Don't really > want to > > > > get into measuring individual components (mostly buttons), etc. to > > > > write it myself. > > > > > > > > TIA. > > > > > >

