Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MultiColumnHeaderState.Column.autoResize

public bool autoResize;

Description

Option to allow the column to resize automatically when resizing the entire MultiColumnHeader.

The default value is true which means that the column will resize automatically if the rect of the MultiColumHeader is changed. If false then the column width will remain unchanged until the user changes it by dragging. It is a good idea to have at least one column that are auto resizable to adjust to the width of the MultiColumnHeader.

Did you find this page useful? Please give it a rating: