Legacy Documentation: Version 2017.2 (Go to current version)
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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答