'DeclarationPublic Property AutoHeight As Boolean
'UsageDim instance As ListHeaderPane Dim value As Boolean instance.AutoHeight = value value = instance.AutoHeight
public bool AutoHeight {get; set;}
Property Value
true, if the ListHeaderPane auto adjust height through Font of the ListHeaderPane. Otherwise, falseThe default is true.