scrolll custom controls

  • Thread starter Thread starter Alfonso Paredes
  • Start date Start date
A

Alfonso Paredes

I need to add dinamically custom controls to a panel ( or
something like it) but sometimes the number of controls is
excesive (10 or more) so I'd like to add this controls to
something that gives me the ability to scroll, thus I will
always have the same fixed space on the web page.
does anyone know how to do it?
any pointers will be highly appreciated.

Saludos
Alfonso
 
Hi,

add to the panel style "OVERFLOW: auto". this style will ass scroll bar
each time control or controls exceeds the height or width of the panel.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top