TreeList.LayoutChanged() Method
Called when global changes are applied to the TreeList object.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Remarks
This method relates to the TreeList.EndUpdate method. It recalculates all graphical information of the current TreeList instance and redraws it.
See Also