In This Article

ExperimentalFeatures Class

Specifies transient SyntaxEditor experimental features that can be enabled.

public static class ExperimentalFeatures
Inheritance:
object object

Remarks

Properties on this static class may be added/changed/removed over time. Set the property values appropriately prior to creating any SyntaxEditor instances.

Properties

ImproveScrollBarBehaviorForCollapsedRanges

Gets or sets whether to enable improvements to vertical scrollbar behavior when dealing with collapsed ranges.

public static bool ImproveScrollBarBehaviorForCollapsedRanges { get; set; }

Property Value

bool:

true if this feature should be enabled; otherwise, false. The default value is true.

Inherited Members