MultiColumnHeaderState.Column.autoResize

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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: