Browse By Tags

  • How to come out of messed up layout loaded using corrupted xml in docking manager

    Hi,

     When corrupted XML is loaded into docking manager , it messes up the layout ( controls sit in odd places and doesn't float) and the whole UI becomes mess up where user couldn't work further . Whats the way to come out of  corrupted layout…

  • Excluding DockControlPane While saving a layout

    Hi,

    I am using UltraDockManager in  my application. I use the saveAsXML() to save the layout and reload the layout when the application comes up. 

    What I am trying to do is to save the setting after the user made the changes and load the layout in a child…

  • Docking Manager.SingleClickSplitterBar event?

    I'm working with the docking manager and have found that I can receive double click events (DoubleClickSplitterBar) for the splitter bar but have no way to receive a single click event.  I have noted that I receive an AfterSplitterDrag event when the…

  • Show close button directly on tabs instead of caption bar

    I know this has been asked before but i did not find a straight answer when searching the forums/googling it. I would like to display a close (x) button in the panes of a UltraDockManager that are docked as TabGroup. I tried setting UltraDockManager.ShowCloseButton…