Hi Nikolay,
Query: How to change the Blazor ListBox
item style/class when the item is dragging?
Refer to the below CSS style for customize
the dragging item in listbox component.
|
<style>
.e-listbox-container.e-sortableclone .e-list-item {
background-color: blue !important;
}
</style>
|
Output screenshot:

Get back to us if you need
any further assistance on this.
Regards,
YuvanShankar A
Attachment:
Index_4378af01.zip