Hi, does anyone know if it's possible to set a label as cellbackground oder to put it in a cell?
Or how to convert a label into an image?
thx
Hi,
There's no way to embed a label control in a cell. But you could simply change the BackColor of the cell to SystemColor.Control and make the cell read-only.
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?