Browse By Tags

  • Exception thrown on LoadFromXML call

    I have found a Layout which causes the exception below: 

    The loaded layout was saved by calling SaveAsXML then trying to load said file. The only thing that has changed is that a large DockableControlPane was unpinned.

    System.ArgumentOutOfRangeException…

  • Auto Hide of DockableControlPane

    Hello Friends,

    In my Application, i had defined a DockableControlPane. The problem is the Auto hide property.

    When the DockableControlPane is visible, if the mouse pointer clicks on any editable control outside the

    pane, it Auto hides.But When the…

  • Can WinDockManager allow pulling child windows out of the MDI frame into a top level window - like Visual Studio 2010?

    Visual Studio 2010 has a capability of pulling a child window out of the MDI frame, which is useful for placing the child window on a second monitor, etc. This behavior is described in the first point ("Enhanced Docking Behavior" on this page:…

  • LoadFromBinary can´t read old versions

    hi there,

    i have updated a project from 7.2 to 10.2, i also save a lot of layouts for the ultradockmanager.
    now i cant read the oldlayout in the new version.

    i had the same problem with the ultragrid, but i found a solution for convertig old layout…

  • Dock Panel like VisualStudio behavior

    Hi

    I have a dockmanager with a top dockpanel and a bottom dockpanel, can I configure my dockmanager to have a behavior like VisualStudio: One onyl split control to resize the top and bottom dockpanel ..... now I have two split control one for top panel…

  • Ultradockmanager - expand "main" form over unpinned dock

    I am building a mdi winforms application.  One child mdi form is a data entry form.  The toolbar has a "search" text box and button that is used to query a database.

    I would like to use an ultradockmanager w/ WinExplorerBar to create a docked area…

  • Loading and saving Docklayouts dynamicly

    Hello,

    I found a knowledgebase article about loading and saving a docklayout, but there it seems that the only way to load or save an layout is by an xml or binary file. Is there a way to do it using a memorystream or anything else so i can read and write…

  • Load Layout From XML when xml is incompatible

    Is there a way to attempt to load layout from xml but make it fail if the xml specifies panes or controls that don't exist on your form or when there are controls that are docked in your form that aren't specified in the xml.

     The situation I'm…

  • CAB Saving and Loading Dock Layouts

    I am trying to save and load the layouts for the docked panes at run time.  I have read KB09844, KB09845, and KB09847.   
    The saving implementation as defined in KB09847 encapsulates the logic in the RootView module where the UltraDockWorkspace is specified…
  • Re: Problem with custom user control and docking

    Hello Mike and thanks for your response.

    I solved the problem. Truly is was a problem with the Form's layout. using ResumeLayout method solved the problem, and its seems the Dock control work well now.

    Thank you again,

    Yossy

  • Loading, saving and restoring a UltraDockWorkspace CAB/SCSF application

    Good morning!

    Hopefully this is the right place to find some help ... I've the following problem and I'm looking for a solution or at least a hint in the right direction.

    General information

    • I'm using Visual Studio 2008 with CAB and SC…
  • Panel drop on the indicator

     Hello,

    I have an MDI form with a WinDockManager  and few panels on the sides. The DragWindowStyle of my WinDockManager is set to LayeredWindowWithIndicators.

    I unpin one of the panels and then I drag towards the indicators in the middle. I can then pin it…

  • Prevent pane from being dropped to another specific pane

    Hello

    I have an MDI form with a dock and MDI tab workspace (SCSF solution). One pane, docked top, serves as a navigational aid, and is locked (cannot be docked somewhere else, cannot be resized etc.). There are other panes which can be freely docked and…

  • Getting Started with Docking

    Is there a cookbook or howto somewhere that is just a step-by-step guide to getting started with the WinDockManager (or UltraDockManager)? I'm just trying to modify an existing MDI application just as a proof of concept, and it's baffling me how to just…

  • DockManager and Scrollbars

    We have a form with a dockmanager with about a half dozen docked to top panes.  This form is a child of a TabbedMdi form.  When a user resizes the window smaller than the visible panes the controls disappear.  I have tried setting the autoscroll to true…

  • UltraDockManager and UltraToolbarsManager???

    Can you please help me to add pin to ‘TaskPaneTool’ (from UltraToolbarsManager) using UltraDockManager? I have placed UltraExplorerBar inside TaskPaneTool, to make a layout like MS Office Outlook left sidebar. But I am able add pin to controls like…
  • Problem with custom user control and docking

    Hello,

    I put on my Form 3 pannels controls and I docked them to ultraDockManager (LayoutStyle = FillContainer).

    The right pannel have the ability to dock right.

    When I run my application, I dynamically create a custom user control with ultraTab on…