3.2.0

cell borders and wrapping text

How do I get uniform cell borders when I set the row text to wrap? Suppose I have three columns. Column left contains an integer greater than 999 and less than 9999. Column center contains text of unknown length. Column right contains a short string, less than 20 chars. In my grid, I want borders around the cells. When I set text to wrap, it does, but the borders to not look right. The wrapped cell is okay, but the cells that don't need to wrap do not have borders that fully enclose the cell. I don't want to force row height to be anything other than what it needs to be based on its contents. Where or how do I set the borders so that they wrap correctly. Without borders the grid looks fine, but the first thing my users notice is that "Hey, where are the gridlines?".
Al
February 26,
Al,

The grid requires fixed row height. It cannot work with the 'auto' row height (based on content) because scrolling and repaint will break.
Alex (ActiveWidgets)
March 4,

This topic is archived.

See also:


Back to support forum