Scrollable DropDown - Forum

Forum Navigation
You need to log in to create posts and topics.

Scrollable DropDown

This is a very quick and useful tip.
If you need to add many options to a DropDown object just add this CSS to Project > Properties > Style and your list will become scrollable.

.dropdown-menu{
    height: auto;
    width:200px;
    max-height: 150px;
    overflow-x: hidden;
}

You can change the with and max-height values to your own needs.
Sample app attached.

Regards.

Uploaded files:
  • You need to login to have access to uploads.
asmat and Palamar have reacted to this post.
asmatPalamar

If you add this CSS the DropDown will be shown onhover instead than onclick:

.dropdown:hover .dropdown-menu {
        display: block;
}

:)

asmat has reacted to this post.
asmat

Thanks for the tip !!

On mobile viewer the scroll goes to pop up !

@see_half, use neoMenu Plugin to mobile it works normal, it does not create a popup, see the attached video.

Uploaded files:
  • You need to login to have access to uploads.