When I change the height of one row within the win grid and the vertical scroll bar is enabled, the scroll bar appears as expected when editing a column within the row, but maintains its original size and does not update with the new height.
As editor on every column, I use the RichTextEditor like the one from the sample. My current WinForms edition is 9.2.
Anybody an idea?
Hi,
I'm afraid you lost me. If you change the height of a grid row, then the cell would have to exit edit mode, which means the scrollbar would not show up... unless maybe the RichTextEditor sample is somehow doing that. But if that's the case, it's probably just that the sample is not resizing the RichTextBox control when you resize the row and it paints it into the cell.
That sample is pretty-much obsolete, now, anyway. We now have the FormattedTextEditor, which gives you support for most of what the RichTextBox would do if you want formatted text in a cell.
Let me know if you need any additional help.
Regards,
Stefaniya