D
Dave
Still a newbie at this:
I'm trying to find a ways to get a textbox control to behave similar
to the beahvior of the control
seen in the Visual Studio IDE > Project ? [Application Name]
Properties > Settings tab.
On that page, the 'value' column is normlly displayed as a single
line. However, it is possible to click the down arrow in the cell to
pop-out a larger editor to accomodate more text.
can something like this be easily accomplished with a standard textbox
(i.e., without a grid?)? I'm far from making my own controls at this
point, and this functionaility is just the thing I need for cases
where 90% the data fits a single line, but ocassionally is much
longer.
thanks in advance
d.
I'm trying to find a ways to get a textbox control to behave similar
to the beahvior of the control
seen in the Visual Studio IDE > Project ? [Application Name]
Properties > Settings tab.
On that page, the 'value' column is normlly displayed as a single
line. However, it is possible to click the down arrow in the cell to
pop-out a larger editor to accomodate more text.
can something like this be easily accomplished with a standard textbox
(i.e., without a grid?)? I'm far from making my own controls at this
point, and this functionaility is just the thing I need for cases
where 90% the data fits a single line, but ocassionally is much
longer.
thanks in advance
d.