Class ActionOnScroll
Specifies how to display the quick toolbar when scrolling the target-parent container.
Inheritance
System.Object
ActionOnScroll
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ActionOnScroll : Enum
Remarks
Defines behavior of the quick toolbar's visibility during scroll events.
Fields
Hide
Hides the quick toolbar when scrolling the page or editor content.
Declaration
public const ActionOnScroll Hide
Field Value
Type | Description |
---|---|
ActionOnScroll | The quick toolbar becomes invisible during scrolls. |
Remarks
Prevents interference with viewing content.
None
Retains the quick toolbar when scrolling the page or editor content.
Declaration
public const ActionOnScroll None
Field Value
Type | Description |
---|---|
ActionOnScroll | Ensures the quick toolbar remains visible. |
Remarks
Keeps editing tools accessible at all times.