Jump to content
  • 0

Multi select dropdown


SuperNam

Question

3 answers to this question

Recommended Posts

  • 0

@IamNatoyThatLovesYou Do you know how I can take the options in the multi select list box and move them into two columns? The options are listed alphabetically, and I would like the list to continue vertically alphabetical for 600px and then move to a second column. Rather than one long list that I have to scroll through, I'd like to be able to see all the options on the screen. I tried below without success. Ideas? Thank you,

 

<style>

.ListData.ListBox.cbFormMultiSelect {
width: 500px!important;
min-width: 13px!important;
height: 33px!important;
}
div {

overflow: auto!important;
overflow-y: auto!important;
display: inline-flex;

}
</style>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...