height
Customizable height of the multi column header.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor
public float height { get; set; }
Remarks
Default value is MultiColumnHeader.DefaultGUI.defaultHeight as this height makes room the for sorting arrow above the header text. For minimal height use MultiColumnHeader.DefaultGUI.minimumHeight.
Additional Resources: MultiColumnHeader.canSort.