minimumHeight
This height is the minium height the header can have and can only be used if sorting is disabled.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public static float minimumHeight { get; }
Remarks
If sorting is enabled with MultiColumnHeader.canSort = true, then MultiColumnHeader.DefaultGUI.defaultHeight and larger can be used.
Additional Resources: MultiColumnHeader.DefaultGUI.defaultHeight.