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