defaultHeight
Default height of the header.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public static float defaultHeight { get; }
Remarks
This height ensures there is room for the sorting arrow above the header text. If sorting is disabled with MultiColumnHeader.canSort = false, then MultiColumnHeader.DefaultGUI.minimumHeight can be used.
Additional Resources: MultiColumnHeader.DefaultGUI.minimumHeight.