TADVStringGrid, AutosizeRows with embedded Control

Have been using the TADVStringGrid to good success. Have also been using the AutoSizeRows function. I note that if I embed a TWinControl into a cell, such as a TRichView, and then call AutoSizeRows this is not capable of determining the height of the contents of the embedded control and therefore simply returns and sets the default rowheight of the grid. This means that the Richview is mostly invisible and if the first row is blank, it appears to be so .

Is there a way around this?

Thanks
Peter

At this moment, AutoSizeRows() is indeed not taking the size of embedded controls in account. This is a good suggestion. We'll investigate if we can add support for this in a next update.
For now, please do this manually by checking if a control is present in a cell and use the height of the control to adapt the row height.