torebanana.blogg.se

Devexpress workspace manager
Devexpress workspace manager











devexpress workspace manager

The AddFilter call will ensure that any window title containing the text "my fun application" will be ignored by workspacer. The default configuration provides the standard set of ignore/routing rules, but more can be added via calls to AddFilter and AddRoute.Ĭ((window) => !( "my fun application")) Ĭ((window) => ( "Google Chrome") ? context.WorkspaceContainer : null) This is completely customizable via IWindowRouter.

devexpress workspace manager

#DEVEXPRESS WORKSPACE MANAGER WINDOWS#

Requires support for on-the-fly change in row and column numbers.īy default, workspacer will ignore certain system windows, such as Task Manager and workspacer itself, and will route windows to the focused workspace when they are opened.Creates a dynamic (NxN) grid in which windows are sorted.Tiles windows in a left-right-bottom-left-up-right-bottom-left-up order.Uses primary and secondary zones as the TallLayoutEngine.The VertLayoutEngine aligns windows in columns, the HorzLayoutEngine in rows.The PaneLayoutEngine is an abstract class with two implementations: the VertLayoutEngine and the HorzLayoutEngine.The number of windows in the primary zone can be dynamically adjusted.Windows get created in the secondary zone by default.

devexpress workspace manager

Splits the screen in two horizontal zones, a primary and a secondary one.Maximizes the current focused window and hides all others.( "layouts!", new FullLayoutEngine(), new TallLayoutEngine())













Devexpress workspace manager