Intersoft WebDesktop Documentation
WebPaneManager Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebPaneManager Class


Glossary Item Box

WebPaneManager is a component that allows you to easily manage the Pane structure. Using WebPaneManager you can quickly create simple layout to complex Office-style layout.

Object Model

WebPaneManager Class

Syntax

Visual Basic (Declaration) 
Public Class WebPaneManager 
   Inherits ISNet.WebUI.ISNetControl
   Implements ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, ISNet.WebUI.ITemplateSync 
Visual Basic (Usage)Copy Code
Dim instance As WebPaneManager
C# 
public class WebPaneManager : ISNet.WebUI.ISNetControl, ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, ISNet.WebUI.ITemplateSync  

Remarks

You can use WebPaneManager to create simple layout to complex Office-style layout which contains Header Element and fully customizable appearances. Use the provided Visual PaneManager Designer to create common Layout from Predefined Template with one click away.

WebPaneManager's TrueFill architecture allows you to build consistent Layout with Panes that are resizable and responding properly to window resize. Instead of creating separate pages by using Frame approach, you can now create a single page with resizable Panes which you can configure easily in strong object model approach.

The Automatic Resizing feature that works in conjunction with TrueFill architecture can manages the dimension of all available Panes to take best dimension of available spaces. Combined with AllowCollapse feature, you can let your users to maximize the utilization of screen real estate by collapsing a Pane into a specific direction at runtime.

The following are time-saving and innovative features of WebPaneManager

  • Rich Design Time experience
    WebPaneManager makes it possible for you to design and develop your rapid web application the same way and manner as in WinForm IDE. WebPaneManager implements ClickAndEdit™ and ClickAndSelect™ technologies to deliver this time-saving and elegant architecture to life.
  • TrueFill™ Layout
    TrueFill introduces you to a new way of creating complex Layout in less effort by automating common layout tasks as well as automatically adjusting incorrect dimension values to produce consistent and extensible layout.
  • Nested Layout Grouping in strong object model
    WebPaneManager is built with strong object model and clear separation between Group and Pane to enable nested Layout Grouping to be shown in consistent fashion.
  • AllowCollapse and AllowResize
    Using AllowCollapse and AllowResize users can resize the dimension of Pane at runtime and collapse a Pane into specified direction.
  • Automatic Resizing
    When configured to use percentage Width and Height (default is 100%), WebPaneManager with its TrueFill™ architecture will be able to resize its size along as the available Panes automatically responding to the current Window's size.

To learn more and see the illustrations of WebPaneManager's features please refer to WebPaneManager Features.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ISNet.WebUI.ISNetControl
            ISNet.WebUI.WebDesktop.WebPaneManager

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.