Click or drag to resize

IControlChildrenReindex Method

Move a child control to a new index.

Namespace: AxiomCore2.Controls
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
bool Reindex(
	IControlBase control,
	int newIndex,
	UpdateBehavior updateBehavior = null
)

Parameters

control  IControlBase
Control that will be moved.
newIndex  Int32
New index of control.
updateBehavior  UpdateBehavior  (Optional)
Internal use only.

Return Value

Boolean
See Also