0

It is possible to fix for example only third row in StringGrid?. StringGrid have property FixedColumn but you can start fixing columns only from the begining.

tnx!

user2381189
  • 61
  • 1
  • 1
  • 5

1 Answers1

0

TStringGrid does not natively support that, no. But you can owner-draw the cells to make them look like fixed cells, at least.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770