TMtxVecGrid::AutoSizeColumns Property

__property bool AutoSizeColumns = {read = FAutoSizeColumns, write = SetAutoSizeColums};

Automatically size column width to match cell text.

Read: bool FAutoSizeColumns;
Write: void SetAutoSizeColums(const bool Value);
Declared in Dew::Math::Controls::VCL::TCustomMtxVecGrid · Dew.Math.Controls.VCL/MtxGrid.h · C++Builder only