DatagridView wrap text in cells

Answered
0
0

Hi,

I have some cells with long text and I’d like to resize rows height (columns are already sized). Because the text is not wrapping, AutoSizeRows() do nothing. How can I set a DataGridViewTextBoxCell to wrap text?

  • You must to post comments
Best Answer
0
0

Yes you can set it per cell, column, row, all grid, inherit it etc. Look at  https://docs.wisej.com/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewcellstyle#wrapmode

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.