A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ScrollPane

  1. #1
    Junior Member
    Join Date
    Mar 2003
    Posts
    29

    ScrollPane

    Can you change the back ground color of a ScrollPane and if so how. I am fallowing this example . i have done it one way by making the base layer the color i want but is their another way?

    Thanks
    JOptionPane
    JoptionPane = JOptionPane

    not sure why it did that when i registered?

  2. #2
    Senior Member dduck1934's Avatar
    Join Date
    Sep 2000
    Location
    Georgia, USA
    Posts
    155
    you can use the setStyleProperty to change the colors of the different pieces of the component.

    myScrollPane.setStyleProperty("background", 0xFFE4E1);


    -dduck1934
    Long Live the Duck!

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center