Browse By Tags

  • Reorder tabs after docking a floating tab

    I have DockManager -> SplitPane -> TabGroupPane with multiple tabs.

    When I pull a Tab to floating & then dock it back again, it is added back to the first position in the collection of Tabgroups.

    How would I add the tab to the same Index when…

  • Docking Properties Panel and Revisiting UI Guides

    One of our design goals is to provide a distraction-free design time experience. As part of this, we try to reveal functionality depending on where you are in the design flow and in context.

    In this update we revisited the properties panel and UI guides…

  • desgin issue - drag a dockable grid to tear off from ultratabcontrol

    I want to use a tab control to house a, maybe multiple, grid(s).  There are three tabs,  A, B, C.   A contains all rows of B and C.    I want to click the tab to select each of them, drag it from the tab and move to other area in the form.   Then I should be able…

  • Flickering when showing a floating view in the dockworkspace

    I am showing a  floating - screen centered view in the Dockworspace, the problem that the view is flickering and user can see the view when moving from the default location to the center location

    How can I get rid of this behavior?

     

    Regards.

  • how to use ultratabbbedmdimanger for .net winForms?

    i need to use dockable window in c# windows forms.. like VS 2005 dockable window. while drag the panel/tab the pointer should indicate the place  where to place the control...

    i think using ultratabbbedmdimanger  we can achieve it.. if not tell me using…

  • Problems in Display with ultraDockManager

    I have a Form with UltraDockManager that include 3 windowDockingArea

    explorerBar - dock Left

    panel1 - dock Left

    RightPanel - dock Right

    when I Press on Pane Button and the state of RightPanel  panel is change,

    The display of all form is damaged,

  • Reorder tabs at runtime in DockableGroupPane

    Hi, Is there a way I can reorder tabs inside DockableGroup pane at run time? There is RepositionToGroup method but that accept a new group instance. I want to reorder inside the same group. Please help

  • Hide center docking indicator programmatically

    Hello,

    When I'm dragging a certain pane over another pane, I would like to hide the center indicator in order to prevent users to dock this way. 

    For the moment, I only succeded in preventing the drop with this chunk of code (on the PaneDragOver…

  • Docking within tab control- particularity with CAG or Prism framework

    I have downloaded Infragistics regain adopters available at codeplex site and played around a bit on how xamDockManager works. I need to know whether it is possible to dock windows within a Tab control tab items, particularity with CAG (Prism) framework…

  • Adding the content panes programatically to XamDockManager

    I am adding the ContentPanes in the XamDockManager at runtime.

    Now for ex. i am adding the first pane and docking it to the top of the XamDockManager. There is empty space available at the bottom side of the XamDockManager as per the pane height.
    Now…

  • XamDockManager and Windows 7 "Window Dock"

    Hi i'm currently redesigning an old project and trying to upgrade it to a multiwindow applicaiton with your XamDockManager.

    So i'm experiment currently with the DockManager, what i have is

    <igDock:XamDockManager>
                <igDock:Document…
  • Undocking with UseOSNonClientArea=false disables content rendering

    After upgrading to v11.2, our docking panes were no longer displaying their content when being un-docked.  Odd thing was that you could still interact with the content (click on buttons, drop down list boxes, etc.).  I managed to replicate it and traced…
  • Programmatically setting SplitPane's InitialLocation when using NCAL

    I'm using DockManager in a Composite WPF application via the NCAL. When one of my my modules loads, I want it to add itself to the DockManager on the right-hand side. I cannot figure out how to do this programmatically.

    Using the example code works…

  • TabHeader text not showing for ContentPane docked in TabGroupPane

    I'm a newbie to WPF, Infragistics & the Prism framework, but I was given what seemed like a simple task to make the value supplied for TabHeader on a igDock:ContentPane to actually show on the DockPanel when it is docked in a TabGroupPane.  

  • add Tag in namespace

    Hello,

    I am new with VS2010 and WPF.

    I am starting an existing project and I have the error :  Tag "XamDockManager" does not exist  in XML-Namespace "http://infragistics.com/DockManager" nicht vorhanden

     

    How can I add this?.

    A Snippet…

  • Docking within tab control tab items - particularity with CAG or Prism framework

    I have downloaded Infragistics regain adopters available at codeplex site and played around a bit on how xamDockManager works. I need to know whether it is possible to dock windows within a Tab control tab items, particularity with CAG (Prism) framework…
  • How can I dock content pane into same split pane it was undocked from.

    Hi, could you help me please.

    I use following xaml to create XamDocManager:

    <igDock:XamDockManager Grid.Column="0" Grid.Row="0" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Name="xamDockManager1" >…

  • Determine whether pane is floating or not

    Which event should I subscribe to, to get a notification every time a pane's state changes to/from floating?

    Is there a event on the xamDockManager itself? Or on the ContentPane?

    Thanks in advance,
    Patrick

  • LoadLayout exception if location=”Unknown”

    After calling SaveLayout, I get the resulting xml:

     

      <?xml version="1.0" encoding="utf-8" ?>

    - <xamDockManager version="10.2.20102.1014">

    - <contentPanes>

      <contentPane name="LogPrimaryPane" location…

  • Will there be a Docking component

    I've downloaded  and started to play around with the xamRibbon CTP with good success. In reviewing components from other third party vendors I've noticed that DevComponents provide a docking control "WPF-Dock" to allow developers to readily acheive…