Hi Klaus Kirchhoff,
Thank you for reaching out to us.
We have validated your requirement, and you can customize
the color of the splitter separator or make its size zero. Below are the code
snippets to achieve these:
To Change the Color:
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
background: black;
}
|
You can view this in action using the sample:
Sample:
https://blazorplayground.syncfusion.com/LXrTCChvrtTgAcNQ
To Make the Size Zero:
|
.e-splitter .e-split-bar.e-split-bar-horizontal {
display : none;
}
|
You can view this in action using the sample:
Sample: https://blazorplayground.syncfusion.com/rtBpWMhFLZyDcctU
We hope this meets your requirements. Please feel free to
reach out if you have any further questions or need additional assistance.
Regards,
Yohapuja S