GNCGrid: 2 qestions regarding cells

Hello,


2 short questions:

1) is it possible to set the color of a single cell in fixed column differently from the rest of the fixed column? I was unable to solve this via Colors[x,y]
2) is it possible to have a small image (or even two) together with text in a cell or fixed column cell?

For both if it is yes: you you give some direction or example?

Many thanks
Gernot

Hi, 


1) Yes, you can achieve this via the OnGetCellLayout event.
2) Yes, you can use the Bitmaps property

  TMSFNCGrid1.AddBitmapFile(1, 1, 'C:\Users\Pieter\Pictures\Icons\1.png');
  TMSFNCGrid1.Cells[1, 1] := 'Hello'