Version

ResizeItem Method

Resizes the specified layout item by specified deltaWidth and deltaHeight. Returns the new calculated preferred sizes of one or more items that will result in the resize item's target size.
Overload List
OverloadDescription
ResizeItem(ILayoutContainer,Object,ILayoutItem,Double,Double,Boolean,Boolean)Resizes the specified layout item by specified deltaWidth and deltaHeight. Returns the new calculated preferred sizes of one or more items that will result in the resize item's target size.  
ResizeItem(ILayoutContainer,Object,ILayoutItem,Double,Double,Boolean,Boolean,IList<ILayoutItem>,Dictionary<ILayoutItem,Boolean>,Dictionary<ILayoutItem,Boolean>)Resizes the specified layout item by specified deltaWidth and deltaHeight. Returns the new calculated preferred sizes of one or more items that will result in the resize item's target size.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also