drop-down list events

L

Laurie_Marsh

I have an InfoPath form with a repeating section that I want to remain one
line peritem in the section. However, one of the items is a drop-down list
whose values are kind of long. I would like the drop-down list to widen
automatically when the user clicks on it to make his selection.

I don't see an attribute that allows this to happen so I thought I would
just do it myself programmatically. However, I don't see how to create a
handler for the Click event (or some other such event for a drop-down list).
I thought if I could get the Click event and the control object I could set
the width to be wider and then set it back after the user makes his choice.

Is this possible or is there another way to achieve my goal?
Laurie
 
Top