Monday, March 26, 2012

Panel Control

hi all,
Can i have vertical scroll bar inside a panel or place holder?
Is it possible?
Possible means how to do that one?
Regards,
GomathiRemember that all controls merely render as HTML controls. Personally, I'd
look at implementing such features via styles. If you have a div (panel) and
set the height/width property, you should be able to set the scroll property
as well
<div style=" height:300px;width:400px;overflow:scroll
;">
...
</div>
Karl
http://www.openmymind.net/
"Gomathi" <gomathi@.celtycs-consulting.com> wrote in message
news:%23ktgrDZJGHA.3696@.TK2MSFTNGP15.phx.gbl...
> hi all,
> Can i have vertical scroll bar inside a panel or place holder?
> Is it possible?
> Possible means how to do that one?
> Regards,
> Gomathi
>

0 comments:

Post a Comment