Intersoft ClientUI Documentation
UXStackPanel Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace : UXStackPanel Class






Provides a UXPanel layout in form of stack panel where item can be inserted, moved or removed interactively.

Object Model

UXStackPanel Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Provides a UXPanel layout in form of stack panel where item can be inserted, moved or removed interactively.")>
Public Class UXStackPanel 
   Inherits UXPanel
   Implements IFramework, ILicensing, IStackPanel 
Visual Basic (Usage)Copy Code
Dim instance As UXStackPanel
C# 
[DescriptionAttribute("Provides a UXPanel layout in form of stack panel where item can be inserted, moved or removed interactively.")]
public class UXStackPanel : UXPanel, IFramework, ILicensing, IStackPanel  
Delphi 
public class UXStackPanel = class(UXPanel, IFramework, ILicensing, IStackPanel)
JScript 
DescriptionAttribute("Provides a UXPanel layout in form of stack panel where item can be inserted, moved or removed interactively.")
public class UXStackPanel extends UXPanel implements IFramework, ILicensing, IStackPanel 
Managed Extensions for C++ 
[DescriptionAttribute("Provides a UXPanel layout in form of stack panel where item can be inserted, moved or removed interactively.")]
public __gc class UXStackPanel : public UXPanel, IFramework, ILicensing, IStackPanel  
C++/CLI 
[DescriptionAttribute("Provides a UXPanel layout in form of stack panel where item can be inserted, moved or removed interactively.")]
public ref class UXStackPanel : public UXPanel, IFramework, ILicensing, IStackPanel  

Remarks

UXStackPanel is a stack panel with sophisticated drag-drop features. It implements fluid animation, a built-in UX feature that shows smooth movement when the children of the UXStackPanel is being moved, removed or added.

An item is being dragged from UXStackPanel

An item is being reorder to the last position.

An item is being dragged out from UXStackPanel

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               Intersoft.Client.Framework.ISPanel
                  Intersoft.Client.UI.Controls.Interactivity.UXPanel
                     Intersoft.Client.UI.Controls.Interactivity.UXStackPanel
                        Intersoft.Client.UI.Aqua.UXAutoFitStackPanel
                        Intersoft.Client.UI.Aqua.UXOverflowStackPanel

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.