IsScrollAreaAutoExpandingEnabled Property (SpreadsheetVisualEditor)
Gets or sets a value indicating whether the scroll area auto expanding is enabled.
'Declaration
Public Property IsScrollAreaAutoExpandingEnabled As Boolean
public bool IsScrollAreaAutoExpandingEnabled { get; set; }
public: __property bool get_IsScrollAreaAutoExpandingEnabled();
public: __property void set_IsScrollAreaAutoExpandingEnabled(
bool
);
public:
property bool IsScrollAreaAutoExpandingEnabled {
bool get();
void set(bool );
}
Property Value
True - the scroll area auto expanding is enabled; false - the scroll area auto expanding is disabled.
Default value is True.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5