Browse by Tags
All Tags » Docking Windows (RSS)
-
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 ...
-
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) ...
-
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 ...
-
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 ...
-
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 ...
-
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.
|
|
|
|