I ran into a problem where AdvStringGrid is sometimes cutting off the last word in a text. It looks like it actually word wraps, but the grid does not recognize that it has word wrapped. So I created a sample to demonstrate it (
LineHeightProblem.zip (8.7 KB)
). If you uncomment the #define at the top, it will properly display because another cell has forced the height of the row to show what hadn't been shown before.
Here is what it looks like on my monitor. Both lines are displaying the same text, but the bottom text has some spaces appended to it to force it to actually word wrap.