Showing 1 – 1 of 1 replies
juddadredd

New user has anyone had a very long […]

juddadredd PURCHASED
4 years ago
Hi new user has anyone had a very long Select List ?

I'm using MVC Razor, Entity Framework.

@Html.DropDownList("listitems", null, htmlAttributes: new { @class = "form-control form-control-sm" })

I have about 80 items and the select list, and it opens with them going vertically and then in to Cols (5 across)
I would dearly like to have them in a scrolling list

A F K
B G L
C H M
D I N
E J ...

I would them like

A
B
C
D
E
F
G
H
I
J

Many thanks
juddadredd
juddadredd PURCHASED
4 years ago
I found the Select2 files, all is good now (thumbs up)