BrightIdeasSoftware.ObjectListView.DoUnfreeze C# (CSharp) Method

DoUnfreeze() protected method

Do the actual work required when the listview is unfrozen
protected DoUnfreeze ( ) : void
return void
        protected virtual void DoUnfreeze()
        {
            this.ResizeFreeSpaceFillingColumns();
            this.BuildList();
        }
ObjectListView