Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MultiColumnHeader.OnGUI

public void OnGUI(Rect rect, float xScroll);

Parameters

xScroll Horizontal scroll offset.
rect Rect where the MultiColumnHeader is drawn in.

Description

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.

Did you find this page useful? Please give it a rating: