Click or drag to resize

AutoRowHeightLayout Constructor

Initializes a new instance of the AutoRowHeightLayout class

Namespace:  Internal.Aga.Controls.Tree
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public AutoRowHeightLayout(
	TreeViewAdv treeView,
	int rowHeight
)

Parameters

treeView
Type: Internal.Aga.Controls.TreeTreeViewAdv
rowHeight
Type: SystemInt32
See Also