Class ActionOnScroll
Specifies how to display 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
Fields
Hide
Hide the quick toolbar when scrolling the page or editor content.
Declaration
public const ActionOnScroll Hide
Field Value
Type |
---|
ActionOnScroll |
None
Retain the quick toolbar when scrolling the page or editor content.
Declaration
public const ActionOnScroll None
Field Value
Type |
---|
ActionOnScroll |