ScrollToTime selected cell

hi

 
when i do scrolltotime(date) ... how can i color cell in the side bar of the selected day ? i need to color all cells (resources) in the date.
 
Thank u

Use Planner.BackgroundColor[col,row]:TColor to set the background color of normal cells. For the sidebar, the background color can only be set via custom drawing of the sidebar (via the event Planner.OnPlannerSideDraw)