117
Views
2
Comments
add scroll bar in dropdown
Question

i've a dropdown but the scroll bar didn't appear, and i want to appear the scroll bar with syntax overflow-y but still didn't appear, any idea for this problem?

2018-07-09 09-56-14
Leo Iske

Does this post give you the information you need?

https://www.outsystems.com/forums/discussion/33620/combo-box/

2018-08-26 20-34-32
Pankaj pant

Erron Lolha wrote:

i've a dropdown but the scroll bar didn't appear, and i want to appear the scroll bar with syntax overflow-y but still didn't appear, any idea for this problem?


Are you talking about web or mobile?

Give height and overflow property.

try to add this class to your dropdown 

SyntaxEditor Code Snippet

.scroll{
height:200px;
overflow:auto;
}


Regards,

Pankaj

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.