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.
I’m working with the DocumentEditor and I need some help with customizing the toolbar layout. Currently, the text style toolbar is positioned on the right side of the DocumentEditor, but I would like to move it to the top of the editor.
Is there a way to reposition the text style toolbar from the right side to the top of the document editor? Any guidance or examples on how to achieve this would be greatly appreciated!
SISuresh Iyappan Syncfusion Team August 21, 2024 06:43 PM UTC
Hi Anuj Vijayan,
In DocumentEditor container component, we cannot modify the toolbar layout. The toolbar and
properties pane are predefined in documenteditor container component. But in
DocumentEditor component, only the editor area will be in default and we can
customize the toolbar and properties pane. Using DocumentEditor component we
can customize the toolbar options. Please find the attached sample in which the
text style properties pane options are moved to the top of the
editor.