Intersoft ClientUI Documentation
ResizeTo Method (UXFluidContainer)



The target width to resize.
The target height to resize
Resizes the control to the specified width and height with fluid animation.
Syntax
Public Sub ResizeTo( _
   ByVal width As Double, _
   ByVal height As Double _
) 
Dim instance As UXFluidContainer
Dim width As Double
Dim height As Double
 
instance.ResizeTo(width, height)
public void ResizeTo( 
   double width,
   double height
)
public:
void ResizeTo( 
   double width,
   double height
) 

Parameters

width
The target width to resize.
height
The target height to resize
Requirements

Target Platforms: Windows 7, 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

Reference

UXFluidContainer Class
UXFluidContainer Members

Send Feedback