This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Oct 27, 2011, 10:42 PM
19 Posts
topic has been resolvedResolved

Panel with a scrollbar?

  • Category: Other
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags: Panel,scrollbar
  • Replies: 2
 I'm trying to put combo boxes in a panel with a scrollbar, but I don't find any panel in XPages with a scrollbar. Is there a way to make this possible?
Thank you in advance for any ideas
Oct 27, 2011, 11:38 PM
25 Posts
Re: Panel with a scrollbar?
 Kiarash,
 
Either in the style property of the panel or in a style sheet, give the panel a specific height and add overflow = auto like so: 
 
In a style sheet: 
 
.panelClass { 
    height: 200px; 
    overflow: auto; 
 
or in the style property: 
 
height: 200px;overflow: auto; 
 
HTH 
Keith 
Oct 28, 2011, 10:59 AM
19 Posts
Re: Panel with a scrollbar?
Thank you Keith. It's working great.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal