To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
gridLength property is applicable to grid rows and columns and specifies their width and height, respectively. The property can be found in the Structure view and is represented as a child of a row or a column:
GridLength includes four subproperties:
GridLengthType
GridLengthValue
GridMaxLength
GridMinLength
GridLengthValue property is used to specify the value for the column width or row height. GridLengthType property specifies the measuring units.
There are three possible GridLengthType values:
Pixels: the length property values are to be set in pixels (by indicating a number of pixels for the corresponding length)
Percent (the default value): the length property values are to be set in percents of total table or grid size, but flexible (at runtime, the width and height of the object will be defined by its contents, depending on the length property values set by the user)
Auto: the width and height of the object is defined by its contents at runtime
GridMaxLength and GridMinLength properties specify the maximum and minimum length the grid element can have when the grid panel is resized.