Dragging item style

Hi there

How to change the Blazor ListBox item style/class when the item is dragging? Neither  .item-dropping or .item-dragging or .e-dragging is working.

Thanks.


1 Reply 1 reply marked as answer

YA YuvanShankar Arunagiri Syncfusion Team June 19, 2023 06:17 AM UTC

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

Marked as answer
Loader.
Up arrow icon