The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
BSBuvana Sathasivam Syncfusion Team March 29, 2023 01:48 PM UTC
Hi Marijke,
Greetings from Syncfusion support.
If the width of the Splitter component decreases, you can
change its orientation. In below sample, we switched it to a vertical
layout from horizontal layout when the splitter width dropped below 550px.
@HostListener('window:resize', ['$event'])
onWindowResize() {
if (this.splitterObj.element.getBoundingClientRect().width <= 550) {