When ListBox contains a long string it does not display a scroller.
There is no scroller, thus the user can not see the entire text. Also, the listbox is shifted a little bit to the left.
There should be a scroller and the entire ListBox should be visible.
<style> .k-list-content{ overflow: auto; } .k-listbox .k-list-scroller { min-width: 0; } .k-selected{ width: fit-content; } </style>