# Scroll pane

**URL:** https://forum.kirupa.com/t/scroll-pane/20156
**Category:** flash
**Created:** [May 5, 2003, 11:36pm UTC](https://forum.kirupa.com/t/scroll-pane/20156 "2003-05-05T23:36:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ainriail](https://avatars.discourse-cdn.com/v4/letter/a/b9e5f3/32.png) [@Ainriail](https://forum.kirupa.com/u/Ainriail)
#### Post date: [May 5, 2003, 11:36pm UTC](https://forum.kirupa.com/t/scroll-pane/20156/1 "2003-05-05T23:36:43Z")

</div>

HI everyone! Here is my question, I put in a scroll pane with my graphic for content. The scroll pane was a simple one from the components menu in flash. But my information inside of my scroll pane has piled to the left so there is no margin from my text and the edge. I want at lest 2 space margin from the edge. I need to keep in in static text so how should I aproach it? Any info would be greatly appreciated.  
Marc:moustache

---

<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: [May 5, 2003, 11:45pm UTC](https://forum.kirupa.com/t/scroll-pane/20156/2 "2003-05-05T23:45:36Z")

</div>

Hey Ainriail,

I usually use the following INSIDE the mc for the scrollpane,

```php

this._x = 2;
this._y = 2;

```

Change margin amount around until you have what you’re looking for.

:love: ~ Seretha
