Browse By Tags

  • Hide DockableControlPanes in DockAreaPane

    I'm working with Infragistic controls. It creates a UserControl that is puts into a DockableControlPane that is then put into a DockAreaPane that is inside of a UltraDockManager that is inside a Form.
    Example udockManager.DockAreas has 5 DockAreaPane…

  • Excluding DockControlPane While saving a layout

    Hi,

    I am using UltraDockManager in  my application. I use the saveAsXML() to save the layout and reload the layout when the application comes up. 

    What I am trying to do is to save the setting after the user made the changes and load the layout in a child…

  • How save panel level info and dock info of the panel to the same layout file

    Hi,

          I have some 7 -8 different UltraGridBagLayoutPanels in my Form. I have different kind of controls in each of the UltraGridBagLayoutPanel, that means I have some grids in some panels and some charts in Panels. I have different kinds of settings info…

  • Docked Panel Size in Design Mode

    I give up: I have an ultraPanel docked top, horizontal split.  I have a couple controls and a grid on the ultrapanel.  It is pinned, and the size is a stuck height of 17.  If I drag open to see and work on the conrols, it pops back.  How do you re-size this…

  • Exception when movig and resizing panes

    Hello

    In our project we use Infragistics2.Win.UltraWinDock.v6.1 and sometimes we have an exception, when moving or resizing panes:

     

    ************** Text **************
    System.NotSupportedException: A pane's docked state cannot be determined until it…

  • Floating Windows are missing from Dock Workspace when trying to close the application

    Hi ,

    I am saving th elayout of all the windows (DockAreaPanes) existing in the DockWorkSpace.

    If I check the status of floating views when the app is on , I can see the details and I am able to store the info , but when i check the status while closing…

  • Setting DockAreaPane Height

    DockAreaPane.Size is relative to other DockAreaPanes' size in the same DockArea.

    I have the previous Height of a group of DockAreaPanes in the same DockArea. I want to set to those panes back to these previous size. But, I can't set the height exactly…

  • Disable docking in UltraDockManager for MdiChild windows

    Hi there!

    I want to be able to create the Mdi documents in my app and to be able to make them as floating windows. Therefore I have an UltraDockManager & UltraTabbedMdiManager and create DockableControlPanes with IsMdiChild property set to true.

  • How to autosize dockpane?

    I have a user control that is docked to the top of my form using a UltraDockManager. My user control changes size based on what the user does and my question is if there is any way I can get the DockPane/FlyoutWindow to adjust its size to my user control…

  • Removing DockControl Pane when pressing the close button

    Hi All,

    I ran across the same issue as described in the following link, http://community.infragistics.com/forums/t/1113.aspx

    I tried the solution proposed and it worked to a large extent. When I click on the X button I get a panehidden message, where…