Hi there, another question. Is it possible to add a Scrollbar to a
DropdownMenu
with n
DropdownMenuItem
? As far as I’ve found, it works with Elements such as `LazyColumn`etc. But what about
DropdownMenu
?
t
Thomas
06/27/2022, 4:34 PM
See: https://github.com/JetBrains/compose-jb/issues/587
Not officially supported, but it is possible. See my latest comment on the issue. Unfortunately the workaround is not the best, but it seems to work fine. If you find a better way I am curious to hear it.