-
Is it possible to configure the list in some way that it supports varying heights for item descriptions? I have multiple items and some of them do have muliple lines which I set as a description, while scrolling over them and paginating between pages with different descriptions rendering is broken. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
muesli
May 22, 2022
Replies: 1 comment 2 replies
-
Yes, you can set the height by customizing the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bashbunni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can set the height by customizing the
Height
of theItemDelegate
: https://github.com/charmbracelet/bubbles/blob/master/list/list.go#L43