Browse By Tags

  • AllowMaximize/Minimize for Docked pane

    There is AllowMaximizeFloatingWindows and AllowMinimizeFloatingWindows for Floating Pane in XamDockManager.

    AllowMaximizeFloatingWindows Property - Infragistics WPF  Help

    I want same function for Docked Pane like AllowMaximize for Windows Form.  

    AllowMaximize…

  • Show a closed ContentPane

    I have a TabGroupPane with multiple ContentPanes. Each pane is hidden if a user closes the tab. Now I have to unhide (show) a closed tab, but don't know how. I have searched the docu but haven't found anything about that.

    I hope you can help…

  • Unable to close the Content Pane using 'x' button

    Hi,

    I am using XamDockManager 10.2 version.

    In my dockmanager if use a content pane (except in tabbed position) i am unable to close the pane using right corner - 'x' button. It's in disable state. I am facing this problem recently while changing my…

  • XamDockManager with only one content pane

    I have a application with a xamDockManager and in it I've put a single ContentPane. That ContentPane is rendered correclty, but the close button is disabled, even if I set AllowClose="true" manually. This is my xaml code for this 

     

    <…

  • ContentPane's AllowClose property does not work

    In my application we add programatically ContentPanes. If in the content pane we have an operation undergoing, we want to disable the close button of the ContentPane, until the operation undergoing finishes. For that we use AllowClose property. This works…

  • Best place to call some code when ContentPane is closed

    I have an application that uses the XamDockManager, where each content pane contains user controls derived from the same base class. The base class contains a clean-up method that I want to call whenever a content pane is closed.

    Where is the best place…

  • Crash when loading layout

    I'm getting crashes when loading layouts with xamDockManager.  The layout has lots of windows in it.  Stack trace points to ToolWindow and Transparency.

    exception:
    The thread tried to read from or write to a virtual adress for which it dos not have…

  • Undocked ContentPane from xamDockManager stays as Top most window.

    Undocked ContentPane from xamDockManager stays as Top most window. How to make the Container window to bring to front as top most window when its title bar is clicked.

  • Re: Unable to close the Content Pane using 'x' button

    Hi,

    Thanks for your reply. Our version no. is 10.2.20102.1014

    But the 'x' button still remains disable. Please refer the screenshot attached

  • Re: Unable to close the Content Pane using 'x' button

    Hi,

     

    Is there any solution to enable the 'close' button automatically without having any additional events

     

    Thanks & Regards,

    Arthi

  • XamDockmanager with webbrowser in pop-out panel - double-click problem

    I have a WebBrowser control in a XamDockmanager panel that is in pop-out mode, unpinned and hidden on the side of the dockwindow.

    If I make the panel open and then double click inside the web browser control in the pane the pane immediately pops back…

  • Custom ContentPane and PaneHeaderPresenter

    I am trying to add buttons (or any other content) to the contentpanes of the XamDockManager. In order to do this, I subclassed ContentPane into ContentPaneEx) and PaneHeaderPresenter  into PaneHeaderPresenterEx. To both, I added a ContentPresenter dependency…