# Tab focus in ScrollPane

**URL:** https://forum.kirupa.com/t/tab-focus-in-scrollpane/240634
**Category:** flash
**Created:** [October 4, 2007, 5:15pm UTC](https://forum.kirupa.com/t/tab-focus-in-scrollpane/240634 "2007-10-04T17:15:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rbaldwin](https://avatars.discourse-cdn.com/v4/letter/r/5e9695/32.png) [@rbaldwin](https://forum.kirupa.com/u/rbaldwin)
#### Post date: [October 4, 2007, 5:15pm UTC](https://forum.kirupa.com/t/tab-focus-in-scrollpane/240634/1 "2007-10-04T17:15:49Z")

</div>

I’m trying to create a custom grid object using a ScrollPane with TextFields contained within. The one issue I’ve run into is that I cannot tab from one TextField to the next. Instead, pressing tab switches focus to the ScrollPane. I’ve tried using the tabEnabeld, focusEnabled, and tabChildren properties of a ScrollPane to allow for tab focus to bypass the ScrollPane and switch focus amongst the TextFields.

Anyone have any suggestions besides setting up a KeyboardEvent listener and handling it myself?

Thnx,  
rbaldwin
