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.
CloseFor 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.
CloseIndicates whether the columns can be resized interactively by user.
The resize behaviour of a specific column in the column collection can be specified by setting Column.resizable. A column is effectively resizable if both Column.resizable and Columns.resizable are both true.