'Declaration
<System.ComponentModel.DefaultValueAttribute(20)> <System.ComponentModel.DescriptionAttribute("Gets/sets the height of the header control. Default is 20 pixels.")> Public Property HeaderHeight As System.Integer
'Usage
Dim instance As NListView Dim value As System.Integer instance.HeaderHeight = value value = instance.HeaderHeight
[System.ComponentModel.DefaultValue(20)] [System.ComponentModel.Description("Gets/sets the height of the header control. Default is 20 pixels.")] public System.int HeaderHeight {get; set;}