Browse By Tags

  • Showing ContentPane when its closed

    Hi,

    I have a content page which I want to show based on a value being not null and I am using a converter for that.

    Here is the code:

    <igDock:SplitPane igDock:SplitPane.RelativeSize="100,100" SplitterOrientation="Vertical" >…

  • FlyoutExtent property of ContentPanes got set to 0 on its own

    Hi, this bug happened all of a sudden, I usually have the panels collapsed, so I closed our application then I opened it, and the panels didn't fly out anymore. We're serializing the last state of the layout using the method:

    dockManager.SaveLayout…

  • Closing ContentPanes does not remove it from TabGroupPane.Items ?

    I have a simple tabGroupPane that I add ContentPanes to. That works great, but whne a content pane is closed. By the little button in the upper right corner, the pane doesn't get removed from the tabGroupPane.Items??
    XAML:
    <igDock:XamDockManager Background…

  • ContentPane's AutoHide is not working properly

    Hi, I noticed weird behavior with AutoHide feature of ContentPane. I noticed the same behavior even in xamFeatureBrower's SimpleDocking example. This is how it is behaving ... Enable AutoHide on the left pane and move the mouse away so that the pane…
  • LoadLayout with unpinned panes

    Here is the scenario that leads to situation that seems to be bug in XamDockManager.

    1) There is some application with XamDockManager as the content of the window.

    2) There are several panes docked.

    3) Two of those panes, are dragged to the bottom…