Skip to content
New issue

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

View_AllowCellTextOverflow does not seem to work #301

Closed
ziezo opened this issue Feb 3, 2020 · 1 comment
Closed

View_AllowCellTextOverflow does not seem to work #301

ziezo opened this issue Feb 3, 2020 · 1 comment

Comments

@ziezo
Copy link

ziezo commented Feb 3, 2020

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
image

Edition
Which edition of ReoGrid do you using?

  • Windows Form (2.1.0.0 from nuget)

Environment (please complete the following information):

  • OS: Windows 10
  • Language of OS: English
@jingwood
Copy link
Member

jingwood commented Mar 3, 2020

Hi @ziezo! Fixed, Please try the latest source code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants