Home All Groups Group Topic Archive Search About

how do I enable the scrollbars in my textbox

Author
31 Jan 2006 3:13 PM
Scott Emick
I cannot remember how to enable the vertical scrollbar in my textbox for
which I've added combobox controls to dynamically.

I have the vertical scrollbar turned on, but it is greyed out and I cannot
remember how to 'enable' it.

Thanks

--
Scott Emick
Web Programmer
Fox International
Remove the ham from mail address if it's not spam

Author
31 Jan 2006 3:29 PM
Herfried K. Wagner [MVP]
"Scott Emick" <sem***@ham.fox-international.com> schrieb:
>I cannot remember how to enable the vertical scrollbar in my textbox for
>which I've added combobox controls to dynamically.
>
> I have the vertical scrollbar turned on, but it is greyed out and I cannot
> remember how to 'enable' it.

Add text to the textbox which exceeds the control's client rectangle...  I
am wondering why you are adding controls to a textbox control.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
31 Jan 2006 3:34 PM
Scott Emick
I've got a form that I am opening off a product editor that controls
what product groups the product belongs to.  I was populating the textbox
with a series of comboboxes.  Each combobox is populated with the groupname
(as text) and groupid (as value), and the user can add the product to a new
group or delete the product from a group.
    I've done the same thing with a datagrid or ultragrid (infragistics
hyped up version), I'm still not sure I want to use the comboboxes/textbox.
I am not sure if there would be a control that I could easily bind to to
allow the user to edit the products group associations...Any suggestions?

Scott



Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:ePFZnsnJGHA.1288@TK2MSFTNGP09.phx.gbl...
> "Scott Emick" <sem***@ham.fox-international.com> schrieb:
>>I cannot remember how to enable the vertical scrollbar in my textbox for
>>which I've added combobox controls to dynamically.
>>
>> I have the vertical scrollbar turned on, but it is greyed out and I
>> cannot remember how to 'enable' it.
>
> Add text to the textbox which exceeds the control's client rectangle...  I
> am wondering why you are adding controls to a textbox control.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>