TCustomMtxVecGrid::ColumnWidth Property

__property int ColumnWidth = {read = FColumnWidth, write = SetColumnWidth};

Specifies the width of the columns.

Read: int FColumnWidth;
Write: void SetColumnWidth(const int Value);
Remarks:

Setting this property will disable the automatic column width sizing. To reenable automatic column width sizing set this property to 0 or set AutoSizeColumns property to true. If the value returned is 0, the column sizing is set to automatic

Declared in Dew::Math::Controls::VCL::TCustomMtxVecGrid · Dew.Math.Controls.VCL/MtxGrid.h · C++Builder only