Autosizing popup in TTIWDBAdvWebGrid

I have a column that is filled from a text blob field. The column type is ctPopup. My problem is that the popup size is predetermined and not flexible; so either I size it for the maximum amount and it looks silly when a row has a small amount of text, or I make it smaller and long texts get cut off. Editing is not necessary.

Is there anything built-in that will give me automatic sizing, or a way of working around it?

Unfortunately there's currently no auto-sizing available for the popup.


However if you're using the latest update of the TMS IW Component Pack (v4.7), you can set a minimum size for the popup and scrollbars will be automatically displayed if the text exceeds the size of the popup.

Ah, the new scrollbar functionality makes it work well enough, thanks for the hint.