how do I enable the scrollbars in my textbox

  • Thread starter Thread starter Scott Emick
  • Start date Start date
S

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 said:
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top