Re: adding scroll panel to popup panel

2013-01-08 Thread Mike Dee
It's fairly simple. Do as expected. Put a ScrollPanel inside a popup. Set the width and height of the ScrollPanel to that of the Popup width and height. Put something (another panel) in the ScrollPanel and set its width and height independently. Here is an example with an HTMLPanel

adding scroll panel to popup panel

2013-01-07 Thread sreenivas
Hi, I have a popup panel which opens on a button click event. Popup panel height should be fixed and if contents of popup panel exceeds the height of popup panel, then a vertical scroll bar needs to be attached to it, and i should be able to scroll it to see the contents. How to achieve this?