Following focus and scrolling controls into view
Following focus and scrolling controls into view
- Subject: Following focus and scrolling controls into view
- From: Mason Mark <email@hidden>
- Date: Sat, 15 Sep 2001 21:44:48 -0700
Hi.
An app I am working on has a window containing a scrollable view containing
many controls (buttons, text fields, text views...functionally similar to a
typical web form that extends down beyond the window's edge).
As the user tabs between text fields and controls, they may tab to an
offscreen control. In this case, I would like to scroll the enclosing view
down programatically, so that the focused control is visible in the
document window.
I think there must be a mechanism by which my app can "notice" when a new
control or view gets the focus, since this is standard behavior for so many
apps. Can anybody point me in the right direction?
Thanks,
--
mason