Originally shared by Thomas Mueller (dummzeuch)
Originally shared by Thomas Mueller (dummzeuch)
Today I had a need for a grid that looks like this: It mixes text with a two different bitmaps, representing an on/off state. In addition it should allow the user to switch the states using the mouse and the keyboard. (If you are an experienced component…
http://blog.dummzeuch.de/2017/04/16/showing-graphics-in-a-delphi-stringgrid-and-switching-them-by-mouse-or-keyboard/
Today I had a need for a grid that looks like this: It mixes text with a two different bitmaps, representing an on/off state. In addition it should allow the user to switch the states using the mouse and the keyboard. (If you are an experienced component…
http://blog.dummzeuch.de/2017/04/16/showing-graphics-in-a-delphi-stringgrid-and-switching-them-by-mouse-or-keyboard/
And JvDrawGrid just has DefaultDrawCell method :-)
ReplyDeleteThis can be done pretty easily in an Orpheus table.
ReplyDeleteI am aware that there are lots of components that can do this, thanks. But I don't want to introduce unnecessary dependencies.
ReplyDelete