Can anyone tell me what is the logic behind
gutter:=(Rect.Bottom-Rect.Top) div 5;
the_rect.Top:=Rect.Top+gutter;
the_rect.Left:=Rect.Left+(gutter-1);
the_rect.Bottom:=Rect.Bottom-gutter;
the_rect.Right:=(the_rect.Bottom-the_rect.Top)+the_rect.Left;
But the above logic is not aligning the datetimepicker to the cell.Can anyone tell me how can i acheive that?Thanks in advance.
Software/Hardware used:
ASKED:
June 4, 2008 1:18 PM
UPDATED:
June 4, 2008 1:21 PM