TMSFNCDataGrid Column Sizing not working

With the latest Version (6.6.0.1) of TMSFNCDataGrid ColumnSizing doesn't work anymore (or at least not reliable).

  • Drop a TTMSFNCDataGrid onto the Form
  • Enable FixedColumnSizing
  • Start Application and try to size one of the columns
  • The column is only sized 1 or 2 pixel in the desired direction and then stops

Thanks, issue has been fixed, next version coming up.

When can we expect next version with fix for column resizing?

The Version with a fix for this is already released.
It was solved in Version 6.6.0.2

We meanwhile have 6.6.0.4. It contains the fix for column sizing.

I updated from 6.6.0.2 to 6.6.0.4 but can't get col resizing to work.
I use this Mousesettings:


When i move the cursor over the edge of a fixed col the cursor changes to resize icon.But i can't grap the seperatorline of the columns to resize a column.
I use the examplecode from the video with bruno and editing fncdatagrid. I changed the mouseoptions like in the screenshot. Btw the democode you can download from youtube is not working. You get a runtime error 216. To solve this you must replace the fncdatagrid from the form and place a new one on the form.

We'll investigate this asap. Can you point out which video?

Next Generation Data Grid - Part 3: Flexible editing features

Thanks, the demo is enforcing stretching, that's why the column cannot be resized.
Please remove or comment this line:

TMSFNCDataGrid1.Options.Column.Stretching.Enabled := True;