Twitter <%=Resources.labels.subscribe %>

Flex Scrollbar - Remove up - down arrows

  • Add the following CSS to your Flex application to remove up/down arrows from all scrollbars:

     HScrollBar{
    up-arrow-skin: ClassReference( null );
    down-arrow-skin: ClassReference( null );
    }
    VScrollBar{
    up-arrow-skin: ClassReference( null );
    down-arrow-skin: ClassReference( null );
    }

     

    Tags:

    Permalink |

Comments (3) -
neven
neven United States
6/4/2008 2:57:06 PM #

I tried it in flex 2.0.1 and it does not work.
help?

Reply

Brent
Brent United States
6/5/2008 9:48:13 PM #

It might only work with Flex 3. Flex 3 is the only version of Flex I have experience with.

Reply

Brent
Brent United States
6/19/2008 11:28:25 AM #

I also found that the same style rules can be used to hide the buttons on a NumericStepper:

NumericStepper
{
  up-arrow-skin: ClassReference( null );
  down-arrow-skin: ClassReference( null );
}

Reply

Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading


Intro

My name is Brent Lamborn. I´m 35 years old and I live in Nebraska. I've been coding with the .NET Framework since 2003. I'm a former Marine and I have 5 boys.


View Brent Lamborn's LinkedIn profileView Brent Lamborn's profile

Sponsored By

Categories

Tag Cloud

Blog Roll