AutoSizingOptions

Use these constants with the SeqViewColumn.Autosizing and ListBoxColumn.Autosizing properties.

  • 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.

See Also

ListBoxColumn.Autosizing

SeqViewColumn.Autosizing