Can I wrap a long filename?

Posted by user54197 on Stack Overflow See other posts from Stack Overflow or by user54197
Published on 2012-03-19T17:53:04Z Indexed on 2012/03/19 18:04 UTC
Read the original article Hit count: 193

Filed under:
|
|

I have a table in a fieldset that is not displayed properly (overflow) because of a long file name that I cannot wrap. Is there a way to wrap the file name that is in the table?

<table>
    <tr><td>stackoverflow.com/questions/4584756/how-can-i-make-the-datagridviewtextboxcolumn-wrap-to-a-new-line-if-its-text-is-t</td></tr>
</table>

I set the width and overflow style on the element and still no help. Any other ideas?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about html