OnGUI(Rect, float)
Render and handle input for the MultiColumnHeader at the given rect.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor
public virtual void OnGUI(Rect rect, float xScroll)
Parameters
Remarks
If the given is not 0 then the column headers will be scrolled but still clipped to the given Rect. This method can be overriden for complete custom behavior and rendering. For custom handling of indivdual column headers then see MultiColumnHeader.ColumnHeaderGUI.
xScroll