TMSFNCDataGrid column resizing using header instead off data rows

Hello,

Is it possible to resize columns of the TMSFNCDataGrid using the header instead of data rows? Also to resize on doubleclick.

Thanks,

Kind regards,
Erik

Yes that's possible with the following options:

  TMSFNCDataGrid1.Options.Mouse.FixedColumnSizing := True;
  TMSFNCDataGrid1.Options.Mouse.ColumnAutoSizeOnDblClick := True;