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?
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
Please login first to submit.