I'm using a TableLayout in window. In a Cell I have a Panel and a Coolite Label.

If the Label contains a space and I shrink the window the Label's text wraps. In an HTML Table Cell I can just add a NOWRAP property to the cell to fix this. However, In the Coolite Cell control I find no such capability.

How can this be done?

Shouldn't the Coolite Cell have a NoWrap bool property to set this?