SplitterPanel.Measure Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method Measure(Size) Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from UIElement.)
Public methodStatic member Measure(Size, Orientation, IEnumerable<SplitterMeasureData>, Boolean) This method is used to measure and arrange a set of child elements. This method is used both for the normal Measure/Arrange pass, and also to determine where an item would show up if it were added to this panel. This is used for docking previews.

Top

See Also

Reference

SplitterPanel Class

SplitterPanel Members

Microsoft.VisualStudio.PlatformUI Namespace