SequenceView.AutoSizeColumns
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
SequenceView.AutoSizeColumns
Syntax
SequenceView.AutoSizeColumns
Data Type
Purpose
Specifies to make all columns fit within the width of the control. When the control resizes, the width of each column for which the SeqViewColumn.Autosizing property is a value other than AutoSizingOption_None adjusts so the columns fit the new size of the control. You must ensure that at least one column enables autosizing when you set this property to True .
Remarks
When this property is True , the sum of all column widths always equals the width of the control and the horizontal scrollbar is not visible.
When this property is False , you can resize the columns to any width and the horizontal scrollbar appears as needed.