Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Docking Windows   (RSS)
  • ToolWindow (for DockLayoutManager) disables Timer?

    I have a Windows Form that originally inherited from Form. I changed it to inherit from ToolWindow (for use in DockLayoutManager). After the change, the Timer event does not fire any more. I have a text input field in the form. The caret in the text input field has stopped blinking. I suppose that's another symptom of timer not working. Has ...
    Posted to Other Windows Forms controls (Forum) by Rainforest on January 28, 2010
  • DockLayoutManager Floating Window Closed event

    I would like to remove floating window from DockLayoutManager in the event of Tool Window's closed i.e . var window = new ToolWindow(spy, id);window.Closed += window_Closed;  void window_Closed(object sender, EventArgs e){            ToolWindow window = (ToolWindow) ...
    Posted to Other Windows Forms controls (Forum) by Taz Devil on December 16, 2008
  • MDI Tool Window - Missing Context Menu Items

    I am evaluating the Docking Windows control, specifically using ToolWindows that can either be docked, floating or Tabbed Documents. To this end I have a Windows Form with both a DockLayoutManager and a TabbedMdiManager control, and the Form has IsMdiContainer=True When I right click on the caption bar of a Floating or docked ...
    Posted to Other Windows Forms controls (Forum) by Gareth on August 27, 2008
  • Re: memory leak in tabbedmdimanager

    A couple of things to consider.  First, GC.Collect is not a deterministic command.  The .Net garbage collector is free to ignore the request and not do garbage collection when the code requests it.  Second, the closeAllToolStripMenuItem_Click method calls Form.Close on each of the forms.  According to the documentation for ...
    Posted to Other Windows Forms controls (Forum) by Morgan on August 17, 2008
  • Limiting size of ToolWindow

    When I create a control inheriting from the ToolWindow class, I can't limit the size of the control as a floating window using the MaximumSize property.  When the control resizes, the border is drawn to the resized size, even when the control is at the maximum size allowed by the property.  Is this a bug or is this by ...
    Posted to Other Windows Forms controls (Forum) by Morgan on August 17, 2008
  • Re: Docking Windows for WPF?

    No, currently, Xceed's user-interface control teams are entirely focused on DataGrids for WPF and Silverlight. Aiming to push these two controls to reliability, performance and feature set levels never before seen.
    Posted to Other Windows Forms controls (Forum) by Odi [Xceed] on May 8, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.