Hello all,

I've been working on a level editor for my game and I've run into a bit of a problem. My game is tile based so I am using a grid to do what I want. What I want to do is make a graphics (the tile images) based grid system that is also scrollable so that tiles outside the scroll area will not be visible until scrolled to.

So far I've tried using a scrollpane component, but the tiles outside the pane were still visible and there was no scrolling available.

Any ideas will be greatly appreciated.

Thanks,
Blank_101