property Items.ItemMinHeight(Item as HITEM) as Long
Retrieves or sets a value that indicates the minimum height when the item's height is sizing.
Type
Description
Item as HITEM
A long expression that indicates the handle of the item.
Long
A long value that indicates the minimum height when the item's height is variable.
By default, the ItemMinHeight property is -1. The ItemMinHeight property has effect only if the item contains cells with
CellSingleLine
property on False. The
ItemMaxHeight
property specifies the maximum height of the item while resizing. 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 minimum height for the item using the ItemMinHeight property. Use the
ItemAllowSizing
property to specify whether the user can resize the item at runtime.
Send comments on this topic.
© 1999-2011
Exontrol.COM, Software
. All rights reserved.