Jim Burke in Novi explained :
> I have a combo-box that is narrow (the control's Width property is
> .65") because of limitations on my form. When you click on the
> arrow, it widens to the ListWidth, which is 3.4". Is there any way
> to automatically have the list expanded when the user enters the
> combo box (by tabbing or clicking) so that the list is displayed
> with the ListWidth initially?
You could try to use the .DropDown method of the combo in the combos
OnGotFocus event,
Me!TheCombo.DropDown
but often I tell the users to learn how to use either Alt+DownArrow or
F4, which are standard Windows/Office shortcuts to achieve the same
--
Roy-Vidar
|