GoJS API
/ to search
    Preparing search index...

    Enumeration Sizing

    This enumeration specifies how rows and columns deal with extra space. Used for RowColumnDefinition.sizing.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    Default: 1

    The default, which resolves to None or else the Table Panel's rowSizing and columnSizing if present.

    None: 2

    The default if none is specified on the Table Panel's rowSizing and columnSizing.

    ProportionalExtra: 3

    If a Table Panel is larger than all the rows/columns then this grants this row/column and any others with the same value the extra space, apportioned proportionally between them.