Enum ActionOnScroll
Specifies how to display the quick toolbar when scrolling the target-parent container.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ActionOnScroll
Remarks
Defines behavior of the quick toolbar's visibility during scroll events.
Fields
| Name | Description |
|---|---|
| Hide | Hides the quick toolbar when scrolling the page or editor content. |
| None | Retains the quick toolbar when scrolling the page or editor content. |