Back to Devexpress

TreeList.LayoutChanged() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-f3bdb0eb.md

latest1.4 KB
Original Source

TreeList.LayoutChanged() Method

Called when global changes are applied to the TreeList object.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public virtual void LayoutChanged()
vb
Public Overridable Sub LayoutChanged

Remarks

This method relates to the TreeList.EndUpdate method. It recalculates all graphical information of the current TreeList instance and redraws it.

See Also

BeginUpdate()

EndUpdate()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace