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.
Here's an easy one: Is there any way to get the splitter to "snap" to a column boundary, so that it can't cut a column in half (when you're splitting vertically). Thanks
Ivan Pelly
ADAdministrator Syncfusion Team November 18, 2002 11:17 PM UTC
There is no property for this.
If you want to do this you could try to handle the MouseMove event and force the Cursor.Position to be on row boundaries. This might be tricky...