Browse By Tags

  • Tab pane open, close, open problem

    I'm having an issue, wherein after I close the last tab in the dock manager, attempting to create/open a new one doesn't appear to be working.

    I've attached a sample project that illustrates the problem.  After you have started the project…

  • Resizing a Pane after a code-behind relocation throw an EXCEPTION on Infragistics.Controls.Layouts.PaneBase.ResizableBorder_MouseMove()

    Hi to all,

    A strange issue... this is the stack of the exception:
    Infragistics.Controls.Layouts.PaneBase.ResizableBorder_MouseMove(Object sender, MouseEventArgs e) on
    MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate…

  • pin/unpin panes

     

      How can I pin and unpin panes ?

     

  • adding panes

     

    How to add panes to XamDockManager?

     

  • XamDockManager save layout

     

     <!--[endif]-->How to save the layout of the XamDockManager after customization?

     

  • Pane Navigator in full screen mode

    Hello,

    I have application with xamDockManager control. In full screen mode Pane Navigator doesn't open when i use shortcut ctrl + +. In normal mode it does.

    What i should to do to open Pane Navigator in fullscreen mode?

    Thanks in advance

  • Unpinned pane Visibility Issue

    Hi

    I am getting a error 'Element is already the child of another element' while hiding a content pane after loading of control. I am attaching herewith a sample.

    Thanks

    Chris

  • DocumentContentHost: Accessing Panes from Code-Behind

    I'm trying to get access to panes contained in the documentcontenthost. In my xamDockManager_Load event I have this line:

    ContentPane pane1 = (this.xamDockManager.DocumentContentHost.Panes[0] as TabGroupPane).Panes[0] as ContentPane;

    // do something…

  • Problem with floating pane

    Hi,

    I need the following configurationwith the DockManager : 

    When I want to move the "BLOC 4" or the "BLOC 5-1" I have the following exception : 

    Is that me doing wrong in my implementation or is that a bug ?

    I attached a solution…

  • How to Close a Pane

    Hello,

    I want to close the Panes, and not just Hide them (put them in the ClosedPanes collection).

    There is no CloseAction property on Pane, so how can i accomplish that?

    I want to release the memory as the dynamically created documents/toolwindows…

  • Problem with persistence

    Hi,

    here is my issue, i have a XamDockManager and when I save its layout and load it twice i got this exception :

    Is that a bug or is that me doing something wrong (the sample on the website works perfectly).

    Fabien.

  • Close all but this is wreaking havoc on our code how do I hide this menu option?

    we have an application service that manages what is being loaded and unloaded in tabbed documents in our app. the Close all but this menu option is not working with our workflow.

    How do I hide this option?

  • Is it possible to disable docking on the whole dock manager?

    We're looking for a capability to "freeze" the entire layout, is that possible with XamDockManager? Thanks.

  • Issue with pinning when we set the Visibility of the panes in Code Behind.

    Using Infragistics 11.2 dll

    1. I have five different panes and I have the visisbility as Collapsed in my Xaml. Depending on the entries from the Database I set the Visibility of the panes to Visible. Whenever I set the Visibility to Visible for the panes…

  • XamDockManager and XamGrid

    If I define a XamGrid using XAML and place it inside a XamDockManager,  when I go to set the ItemsSource of the grid in the code behind, my XamGrid is null.  Why would hosting it inside the XamDockManager make the reference null in the code behind?  I can…

  • CTP for 10.3 release

    Hi,

    We have a registered version of NetAdvantage Ultimate 10.3.

    We would like to use the XamDockManager Silverlight control.

    However from this blog: "http://blogs.infragistics.com/forums/p/56431/288994.aspx"

    I could see that for…

  • Switch between Tabs on a DragDrop Operation

    Hello,

    I have a User Interface that consists of multiple grids on different ContentPane's.

    There is the ability to drag & drop items between the grids.

    How i could make a Tabbed or hidden ContentPane to become selected, when the mouse is over…

  • HeaderTemplate binding not working

    Hi,

    I'm trying to use the HeaderTemplate to customize the header of the ContentPane, but I get a binding error saying that the "XXX property not found on ABC.MyViewModel"...(the usual binding error message listed in the Output window). So…

  • Not able to add more than one control in Content Pane

    Hi Team,

    I need to add show two different user controls within content pane of infragistics tabgroup.

     

    <igDock:DocumentContentHost>
                <igDock:SplitPane>
                    <igDock:TabGroupPane AllowDrop="False" >

                            <igDock:ContentPane>
                           

  • How to Programmatically Dock Panels by Default

    I just want to have two content panes positioned on top of each other equally by default or as the screen loads but i can't find or figure out the code to do it. the "Location" property of the contentpane doesn't seem to work as i expect it to.…

  • Disable floating at all?

    Hi,

    I have contentpanes in a tabgrouppane and I want to disable floating at all on some of the them. I don't want the user to be able to double click on them, drag them outside of the tabgrouppane or right click and select float. I tried with AllowDockingFloating…

  • XamDockManager Performance

    Hi,

    XamDockManager is slow when it performs dock operations or changes the active Pane in a TabGroupContentPane...

    I attach a sample, please click on each one of the W_ panes, then click W1 and you will see that the content becomes blank and there is…

  • XamDockManager and Prism fails

    I see a similar question has been asked on this forum before, but when I try to run the attached sample code it crashes, and the thread does not provide a real solution, so here goes...

    What I want to do is the following:

    In XAML, create the XamDockManager…

  • is there a way to turn this off or prevent it?

    When you have usercontrols as content in the Contentpane the lod events keep firing everytime the tab is selected that they live in. Is there a way to turn this off? I don't need my screens redrawing and re loading everytime I toggle back and forth between…

  • Is there a way to change the drop down menu options on a contentpane?

    my desing team does not want tto be able to "hide" a pane, they want that option removed.

    how do approach this (could not find any exaples or documentation on this)

    thanks