Q&A

  • StringGrid image 중앙 정렬
StringGrid onDrawCell event...

이미지를 중앙이나 우측으로 정렬을 할려고 소스를 수정하면

이미지가 나오질 않습니다. 조언 좀 부탁드립니다.

또 이미지를 원하는 값의 셀로 타이머를 이용하여 움직일려면

어떻게 해야하는지...

도움 부탁드리면서..내내 행복하세요.



if Acol = 0 then

with Sender as TStringGrid do

begin

Canvas.FillRect(Rect);

ImageList1.Draw(Canvas,Rect.Left,Rect.Top,0);

if gdFocused in State then

Canvas.DrawFocusRect(Rect);

end;





0  COMMENTS