property Items.ItemMaxHeight(Index as Long) as Long
Retrieves or sets a value that indicates the maximum height when the item's height is variable.

 TypeDescription 
   Index as Long A long expression that indicates the index of the item.  
   Long A long value that indicates the maximum height when the item's height is variable.  
By default, the ItemMaxHeight property is -1. The ItemMaxHeight property has effect only if it is greater than 0, and the item contains cells with CellSingleLine property on False. The CellSingleLine property specifies whether a cell displays its caption using multiple lines. The ItemHeight property has no effect, if the CellSingleLine property is False. If the CellSingleLine property is False, you can specify the maximum height for the item using the ItemMaxHeight property. Use the ItemAllowSizing property to specify whether the user can resize the item at runtime.


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.