Just place your controls within the diiv tag to get a scrollbar.
<DIV style="OVERFLOW-Y:scroll; WIDTH:760px; HEIGHT:570px">
</DIV>
Also check out
http://www.dotnetjohn.com/articles/articleid98.aspx
Thanks,
Jagan Mohan
"Framework fan" <> wrote in message
news: om...
> Hello.
>
> What is the best way of displaying a large list of checkboxes? I
> tried using a checkbox list control, but even if you set the height
> property, the control shows *all* of the checkboxes, without giving
> you a vertical scroll bar so that you can scroll up and down inside a
> smaller, more manageable container.
>
> The only way I can think of is using a treeview control. Is this my
> only option?
>
> Thank you.
>
> -Frameworker.