From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Table cell will not add a line when text goes beyond width

I am adding rows of text to a two-column table using the following
function:

AddRowToTable(panelhandle, control, &row, Column1Text, Column2Text);

The cells of the table have explicit widths, but I want the cell to
add a visible line if the text goes beyond the width. I have the
settings on word wrap and they are working - I can see the top part of
the next line in the cell, but the cell does not expand down one line
to allow me to view both lines of the text. I'm guessing there should
be some setting for the cell or entire row that allows this to happen
automatically if I put enough text in the cell.
0 Kudos
Message 1 of 2
(2,551 Views)
try Ctrl+Enter
0 Kudos
Message 2 of 2
(2,551 Views)