property Item.EditWidth as Long
Specifies the width for the inside edit control.

TypeDescription
Long A Long expression that specifies the width of the item's text box.
The EditWidth property specifies the width of the text-box inside the item. The EditBorder property specifies the border to be shown around the item's text box. The EditCaption property specifies the caption to be shown on the item's Edit text box. Use the AllowEdit property to add a text-box inside the item, so the user can type any characters inside. You can use the Get method to collect all items of Edit type. The EditChange event notifies your application once the user alters the item's text-box caption.