We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug View_AllowCellTextOverflow does not seem to work
To Reproduce
private void Form1_Load(object sender, EventArgs e) { var grid = new unvell.ReoGrid.ReoGridControl() { Dock = DockStyle.Fill, }; grid.CurrentWorksheet.DisableSettings(WorksheetSettings.View_AllowCellTextOverflow); grid.CurrentWorksheet["A1"] = "asdf asdf asdf asdf asdf asdf asdf asdf"; this.Controls.Add(grid); // add to form or panel }
Expected behavior Text in cell should not overflow
Screenshots
Edition Which edition of ReoGrid do you using?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix bug that TextOverflow cannot be disabled, #301
e0c563d
Hi @ziezo! Fixed, Please try the latest source code.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
View_AllowCellTextOverflow does not seem to work
To Reproduce
Expected behavior
Text in cell should not overflow
Screenshots
![image](https://user-images.githubusercontent.com/36749330/73665004-ae3a7600-46a0-11ea-89e2-09e47233833b.png)
Edition
Which edition of ReoGrid do you using?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: