AVEVA CAF API Documenation

SizingMode Property (IStatusBarPanel)
Returns or sets how the panel can be sized. Fixed - The panel's size is controlled by the width. Automatic - The panel's size is based on its contents. Adjustable - The panel's base size is controlled by the width but the panel may be resized. Spring - The panel size is based on the remaining size remaining after the other visible panes have been sized.
Syntax
PanelSizingMode SizingMode {get; set;}
property PanelSizingMode SizingMode {
   PanelSizingMode get();
   void set (    PanelSizingMode value);
}
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