Intersoft ClientUI Documentation
UXFluidContainer Class
Members 



Represents a content control that can automatically adapt its size when the content changes.
Object Model
UXFluidContainer ClassISFramework Class
Syntax
<DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")>
Public Class UXFluidContainer 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, Intersoft.Client.UI.Controls.IFluidResizing 
Dim instance As UXFluidContainer
[DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")]
public class UXFluidContainer : Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, Intersoft.Client.UI.Controls.IFluidResizing  
[DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")]
public ref class UXFluidContainer : public Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, Intersoft.Client.UI.Controls.IFluidResizing  
Remarks

You use UXFluidContainer control to display a single content which automatically adapt its size according to the content's dimension. When the content changes which affects its size, UXFluidContainer will perform a fluid animation from the current size to the new size. This visual effect gives the impression of smooth and sophisticated user experiences.

The following example shows how to define a simple UXFluidContainer in XAML.

XAML
Copy Code
<Intersoft:UXFluidContainer>
        <local:BookDetails/>
</Intersoft:UXFluidContainer>

For more information, see UXFluidContainer Overview.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Aqua.UXFluidContainer

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 Members
Intersoft.Client.UI.Aqua Namespace

Send Feedback