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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void CheckPerformLayout(
	bool viewLayout
)

Parameters

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