SeqViewColumn.AutoSizing
- Updated2025-07-21
- 1 minute(s) read
SeqViewColumn.AutoSizing
Syntax
SeqViewColumn.AutoSizing
Data Type
Use the following constants with this data type:
- AutoSizingOption_None –(Value: 0) The item does not automatically resize itself.
- AutoSizingOption_Proportional –(Value: 1) The item resizes when the container resizes. The item determines the amount to resize from the proportion that the current size occupies of the total size of all resizable items in the same container.
Purpose
Specifies whether the column automatically grows or shrinks to adjust to changes in the size of the control. This property does not take effect unless the SequenceView.AutoSizeColumns property is True .