I want to automatically set the row height based on cell contents which may or may not be wrapped.
Is there any way to get the size of the bounding rectangle for the cell text?
It turns out to be easier than I thought.
Just use DrawText with the Cell Rect and %DT_CALCRECT flag to calculate the wrapped text height.
Use that to set the new row height.