Search Results for

    Show / Hide Table of Contents

    Row and column size management

    Since the "Matrix" object is a kind of "Table" object, it allows setting row and column sizes in the same way.

    By default, a matrix has got the AutoSize mode enabled. In this mode, the matrix calculates the column/row sizes automatically. You can as well manage the size of the object manually. To do this, disable the AutoSize property of the matrix. Rows and columns have the same property, you can use it if autosize of the matrix is disabled.

    In order to limit the minimum and maximum width of a column, select a column and set up its MinWidth and MaxWidth properties.

    In order to limit the minimum and maximum height of a row, select a row and set up its MinHeight and MaxHeight properties.

    Back to top © 1998-2025 Copyright Fast Reports Inc.