AutoItemHeight Property (ItemTemplate)
public bool AutoItemHeight {get; set;}
'Declaration
Public Property AutoItemHeight As Boolean
'Usage
Dim instance As ItemTemplate
Dim value As Boolean
instance.AutoItemHeight = value
value = instance.AutoItemHeight
Property Value
A
bool value indicates whether the height is preferred,
true if the height is preferred, otherwise,
false.
The default is
true.