DevExpress TreeView disable expanding circles ripple effect when expanding nodes

When you click a treeview node in the DevExpress treeview using many of the built-in themes you notice that a circle expands outwards in a ripple effect.

This is part of the CSS built into the theme and cannot be disabled for this control.

You can prevent the ripple by overriding the CSS.

For the default material compact theme the following resolves the issue.

        .dxtvControl_MaterialCompact .dxtv-elbNoLn::before 
        {
            content: none;
        } 

Comments

Popular posts from this blog

Windows Server 2016, 2019, 2022, Windows 10 and Windows 11: Date and time "Some settings are managed by your organization".

TFTPD32 or TFTPD64 reports Bind error 10013 An attempt was made to access a socket in a way forbidden by its access permissions.

Enable function lock for F1-F12 on HP ZBook mobile workstations