Click or drag to resize

VisualContainerControlBaseCheckPerformLayout Method

Check if the layout is dirty and if so perform the layout now.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void CheckPerformLayout(
	bool viewLayout
)

Parameters

viewLayout
Type: SystemBoolean
Shoudl the view be layed out as well.
See Also