< Back

Document Subject: Remove Nowrap on view rows
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#RemoveNoWrap or http://A555F9/nn.nsf/ByAlias/RemoveNoWrap

I am teaching an apprentice ninja Lotus Notes development. He asked: How do you get rid of the Nowrap=""" in a notes view row?




He was going to write lots of code to sort this out but if you change the view settings to be:

Change rows to display to 9 and

and tick shrink rows to content.

You could also do this by creating html for each row:

"<tr><td>blah</td></tr>"

then have the:

<table>

view content

</table>