Delphi StringGrid with picture in background

后端 未结 3 809
再見小時候
再見小時候 2021-01-06 18:10

Hi does anyone know if it is possible to display a picture as a background to a string grid, Or is anyone aware of any free Grid component that can do this.

Thanks

3条回答
  •  长发绾君心
    2021-01-06 18:34

    Yes, it is possible. TStringGrid inherits from TDrawGrid and does all drawing on its own. You can use the OnDrawCell event to do custom drawing.

提交回复
热议问题