Hi In short you can't, save yourself some pain. The built-in scrollbars don't cater for size modification, even via skinning. I ended up creating some custom scrollbars in Flash9 , loading them into via SWFLoader and dispatching an event to Flex broadcasting the scroll position. You will also need to check with scrollbars should be active or not with maxVerticalScrollPosition.
Cheers Wayne > > > > > > > > Hello, > > > > I'm trying to make VScrollbar wider but cant find out a way to do > > this. I don't understand the principle how it should be done. As far > > as i could found myself there is a constant but as i can understand > > its impossible to change it. > > > > THICKNESS : Number = 16 > > [static] The width of a vertical scrollbar, or the height of a > > horizontal scrollbar, in pixels. > > > > If i only knew where else i can change these parameters or maybe there > > is some other way? > > > > Can anyone help with anything? I would be delighted. > > > > Thanks in advance for your time, > > Tadas Ziemys > > > > > > > > > -- > 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 >

