Intersoft ClientUI Documentation
UXFluidContainer Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace : UXFluidContainer Class






Represents a content control that can automatically adapt its size when the content changes.

Object Model

UXFluidContainer Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")>
Public Class UXFluidContainer 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing, IFluidResizing 
Visual Basic (Usage)Copy Code
Dim instance As UXFluidContainer
C# 
[DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")]
public class UXFluidContainer : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing, IFluidResizing  
Delphi 
public class UXFluidContainer = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing, IFluidResizing)
JScript 
DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")
public class UXFluidContainer extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing, IFluidResizing 
Managed Extensions for C++ 
[DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")]
public __gc class UXFluidContainer : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing, IFluidResizing  
C++/CLI 
[DescriptionAttribute("Represents a content control that can automatically adapt its size when the content changes.")]
public ref class UXFluidContainer : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing, 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.