twitter bootstrap - add scrollable option into multiselect jquery -


i use dropdownlist in this demo. list larger demo that's why want add scrollable option. how can add scrollable option dropdown

for ul element in example, can set fixed height , set overflow-y property scroll. example in link;

ul {height:50px;overflow-y:scroll;} 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -