Board index » Web Programming » CheckBoxList

CheckBoxList

Web Programming376
When I put a CheckBoxList on a web form and then populate it, it grows

longer. The behavior I wold like would be more like the Windows Forms

CheckedListBox where the control stays the same size and when the data

becomes too long, scroll bars appear.



Can this kind of thing be done with web form controls? I tired putting it

on a panel to see if it would scroll but it wouldn't.

Thanks,

T


-
 

Re:CheckBoxList

just place it in a div or td with overflow set



-- bruce



"Tina" <tinamseaburn@excite.com>wrote in message

Quote
When I put a CheckBoxList on a web form and then populate it, it grows

longer. The behavior I wold like would be more like the Windows Forms

CheckedListBox where the control stays the same size and when the data

becomes too long, scroll bars appear.



Can this kind of thing be done with web form controls? I tired putting it

on a panel to see if it would scroll but it wouldn't.

Thanks,

T









-