Gets or sets the header height common to all items (elements whose AccordionControlElement.Style is set to ElementStyle.Item).
public int ItemHeight { get; set; }
Public Property ItemHeight As Integer
To override this global setting for individual elements, use their AccordionControlElementBase.Height property.