Intersoft ClientUI Documentation
DockFillLogic Enumeration



Specifies value that determines how DockPanel calculates the fill arrangement for its children.
Syntax
Public Enum DockFillLogic 
   Inherits System.Enum
Dim instance As DockFillLogic
public enum DockFillLogic : System.Enum 
public enum class DockFillLogic : public System.Enum 
Members
MemberDescription
LogicalOrder Processes both fill and regular children as they appear in the logical order. This is an improved dock fill logic which processes fill element without changing its logical order.
SkipFillToLastOrder The default fill logic which processes all regular childrens first and the fill children last.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.DockFillLogic

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

Intersoft.Client.UI.Controls Namespace

Send Feedback