ExpandColWidth

Declaration: ChartBook.Tables[].ExpandColWidth (ColIx: longint; RightMargin: integer);
The method ExpandColWidth adjusts the column width of the column designated by ColIx (1..NrOfColumns) in such a way that the columns of the report list view cover the full width (less the RightMargin) of the control. This method may be used to adjust the width of a particular column when resizing the report list view. ExpandColWidth will not shrink the width of a column below 16 pixels.