public void OnGUI (Rect rect, float xScroll);

파라미터

xScrollHorizontal scroll offset.
rectRect where the MultiColumnHeader is drawn in.

설명

Render and handle input for the MultiColumnHeader at the given rect.

If the given xScroll 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 ColumnHeaderGUI.