Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
HCL Technologies Ltd
IN
Last activity: 21 Nov 2019 8:36 EST
Scrollbar not appearing in AutoComplete Control 7.2.2 Version
Scrollbar not appearing in AutoComplete Control 7.2.2 Version
***Edited by Moderator: Lochan to update platform capability tags***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
The similar issue was fixed in 7.2 with a local change. Please have a look on it.
https://community.pega.com/support/support-articles/scroll-bar-not-appearing-auto-complete-control
Hope this helps!
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Hi,
Is the autocomplete configured seperately in a layout or inside a table? How many results does the autocomplete display? What is the source of the autocomplete?
Provide screenshots for detailed information.
Thanks,
Geeda.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
HCL Technologies Ltd
IN
Hi Geeda,
Yes I am using Inside a table, It's displaying 15 results out of 18, source of the autocomplete is DataPage.
Thanks,
Ravi
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Hi Ravi,
Could you please ensure does any limits were set to the Autocomplete property to display in the "Max results displayed" field in the "General" tab of Autocomplete cell properties.
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
The similar issue was fixed in 7.2 with a local change. Please have a look on it.
https://community.pega.com/support/support-articles/scroll-bar-not-appearing-auto-complete-control
Hope this helps!
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
HCL Technologies Ltd
IN
Hi Geeda,
Resolution
Perform the following local-change: <style>.autocompleteAG.pz-po-c{overflow-y: auto !important}.yui-skin-sam gPXFixed floated #gridLayoutWrapper {height:auto !importatnt;overflow-y:hidden !important;} </style>
Where can i apply this? in section/skin/layout?
Thanks,
Ravi
Hi Geeda,
Resolution
Perform the following local-change: <style>.autocompleteAG.pz-po-c{overflow-y: auto !important}.yui-skin-sam gPXFixed floated #gridLayoutWrapper {height:auto !importatnt;overflow-y:hidden !important;} </style>
Where can i apply this? in section/skin/layout?
Thanks,
Ravi
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Add the provided code snippet in the UserWorkForm and check if it resolved the issue.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
HCL Technologies Ltd
IN
Thank you Very much Geeda.
It's working as expected.
Regards,
Ravi
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689951000/acf9b3f6-41e7-4ef2-9e55-8da39714b54f.jpg?itok=JYQYUbWS)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689951000/acf9b3f6-41e7-4ef2-9e55-8da39714b54f.jpg?itok=JYQYUbWS)
Pegasystems Inc.
IN
Hi Ravi,
Thanks for confirming the resolution. We have marked Geeda's reply as the Correct Answer.