Support Article
Horizontal scroll bar is not appearing
SA-47022
Summary
User has requirement to search and display bank users and their details.
Once search operation is performed, matching results should be displayed under columns.
All columns are not visible on the screen and there is no scrollbar appearing to verify details on the right of the screen.
Error Messages
Not Applicable
Steps to Reproduce
1. Display results of a data page through Table layout on the screen.
2. Make sure that it has enough columns to have a need to scroll right to see all columns.
3. Observe that there is no scroll bar on the screen.
Root Cause
An issue in the custom application code or rules, as identified custom styles are overidding the default Skin behaviour.
Resolution
Type: Local-change
Explantion: Include the below styles in a non-auto generated section and refer it to CPM contact list section to apply the changes.
Snippet:
<style>
div.gridDefault DIV#PEGA_GRID_CONTENT{
width:800px !important;
overflow-x:scroll !important;
}
</style>
Published March 28, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.