Hi Jonathan, This should do it:
myHBox.horizontalScrollPosition = myHBox.getChildAt(myChildIndex).x; -TH --- In [email protected], Jonathan Lee <[EMAIL PROTECTED]> wrote: > > Hello: > I have a HBox which list different some thumbnails. And I know the index of the child that needs to be visible. What function I need to call? > > Thanks. >

