BaseObjectCollection.LayoutChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implement for laying out all children when UpdateCollection is called.
protected:
abstract void LayoutChildren();
protected abstract void LayoutChildren ();
abstract member LayoutChildren : unit -> unit
Protected MustOverride Sub LayoutChildren ()