# Scrollbar

**URL:** https://forum.kirupa.com/t/scrollbar/64055
**Category:** Uncategorized
**Created:** [September 12, 2004, 11:15pm UTC](https://forum.kirupa.com/t/scrollbar/64055 "2004-09-12T23:15:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jmack](https://avatars.discourse-cdn.com/v4/letter/j/57b2e6/32.png) [@Jmack](https://forum.kirupa.com/u/Jmack)
#### Post date: [September 12, 2004, 11:15pm UTC](https://forum.kirupa.com/t/scrollbar/64055/1 "2004-09-12T23:15:54Z")

</div>

Does anybody out there know how to change the color of your scroll bar, make it narrower, etc, pretty much customize the thing. I have no idea how to alter the properties of the scrollpane component.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 13, 2004, 2:49am UTC](https://forum.kirupa.com/t/scrollbar/64055/2 "2004-09-13T02:49:35Z")

</div>

yourScrollbar.setStyleProperty(“styleProperty”, newValue);

for example:  
yourScrollbar.setStyleProperty(“arrow”, 0xff0000);  
look at the flash ui components reference for more properties
