'Declaration Public Property AutoHeight As Boolean
'Usage Dim instance As ListHeaderPaneInfo Dim value As Boolean instance.AutoHeight = value value = instance.AutoHeight
public bool AutoHeight {get; set;}
Property Value
true, if the ListHeaderPaneInfo height is automatically adjusted by ListHeaderPane.Font of ListHeaderPaneInfo; otherwise, false.The default is true.