Changes in the Delphi\DB Demo\3 DBGrid Demo

General TRichView support forum. Please post your questions here
Post Reply
lommez
Posts: 9
Joined: Tue Sep 06, 2005 11:47 am
Location: Brazil

Changes in the Delphi\DB Demo\3 DBGrid Demo

Post by lommez »

Hi Sergey...
Is possible to every row have different heigth ?
I mean, each row should have the heigth of the current document heigth

Thanks
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

You can use RowHeights property of DBGrid after typecasting it to TDrawGrid, but I am not sure, may be different heights will cause glitches.

I am also do not know where to place code assigning RowHeights
Post Reply