ScrollToPosition

hi 


i find an item with 

PlnItem:=Items.FindText(PlnItem,cbxSearchStr.Text,[Planner.fnMatchStart, FndPar]);

now how can i scroll planner to select and show the item found ?

i'm trying with 

ScrollToPosition(TDBTimeLineSource.ResourceMap.ResToPosition(StrToInt(PlnItem.DBKey)));

but don't go !!! help me 

Bye
ScrollToPosition scrolls along the resource axis.
ScrollToIndex scrolls along the time axis.

To scroll along the time axis for the item found use:

planner.ScrollToItem(plnItem.ItemBegin);


excuse me i can't find method ScrollToItem !, i've last components ...

Sorry, my typo, it is ScrollToIndex()