unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.32k stars 390 forks source link

Display bug: text cut at ends #526

Open marcchambre opened 2 months ago

marcchambre commented 2 months ago

Dear all,

I'm working on a C# winForm application that embeds a ReoGrid. The problem is the following : image

Every time I put text in cells, either by programming or by entering it manually; this text is cut. No matte the size of the cell, the text is always cut. It seems that the cells cuts it to avoid overflow, but there is actually no danger of overflow.

The only way the text is not cut is by reducing the font size to minimum...

Thanks in advance for any help !

Marc