Hi.
I want change height of cell of WinGrid. Property cell.Height is read only. How can i change height of cell?
You can't change the height of the cell without changing the height of the row. Using a RowLayout, you are able to have a finer degree of control over each of the cells, though I don't think that you can alter this on a cell-by-cell basis.
-Matt