I have created several TABLES for a recipe system. The TABLE cells are populated after a SQL query. The data is placed in the appropriate column. Some text is to long to display in a cell. I have increased the height of the rows thinking I might be able to word wrap the text in a single cell but found there is no obvious way to to do this thru property parameters.
Is there some way to enable word wrap for a TABLE cell? I understand there is a tooltip that displays the entirety of the text but I want to fill the cell without using the tooltip.
Tim
TABLES
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: TABLES
The table in WinCC OA does not do text wrap if the text is too long.
If you want to make a "new line" in the text you add "\n" in the string which is written to the table cell.
Best Regards
Leopold Knipp
Senior Support Specialist
If you want to make a "new line" in the text you add "\n" in the string which is written to the table cell.
Best Regards
Leopold Knipp
Senior Support Specialist