Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


autoResize

Option to allow the column to resize automatically when resizing the entire MultiColumnHeader.
Read time 1 minuteLast updated 12 days ago

Definition

public bool autoResize

Remarks

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.