Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>HeightIntegerThe height, in pixels, of the row16
<2>VisibleBooleanEstablishes whether or not the row is visible to the userTrue
<3>ResizableBooleanEstablishes whether or not the user can resize the row at runtimeTrue
<4>AutosizedBooleanEstablishes whether or not the row resizes itself to fit all rows as best as possible within the entire height of the edit tableFalse

...


The forth field, Autosized, lets you specify automatic resizing behavior for a header row. The edit table resolves autosized header rows thusly: if the total height of all rows is less then the table's height, then all autosized header rows are equally sized in such as way that all rows fit perfectly within the table. If the total height of all rows is greater than the table's height, then all autosized header rows revert to their preset Height values.

See Also

HeaderColumnDataRow