Version

AllowMaximizeFloatingWindows Property

Returns/sets a value indicating whether the window used to contain the floating panes may be maximized.
Syntax
'Declaration
 
Public Property AllowMaximizeFloatingWindows As Boolean
public bool AllowMaximizeFloatingWindows {get; set;}
Remarks

By default the floating windows may not be maximized or minimized. This property may be used to enable the end user to be able to maximize and restore down (i.e. unmaximize) the floating window.

Note: Some operating systems such as Windows 7 allow a window to be dragged into a maximized state. If this property is set to true and you want to enable this capability then you must set the FloatingWindowDragMode to UseSystemWindowDrag. Please be aware that there are some limitations when using this mode such as setting the Infragistics.Windows.DockManager.Dragging.MoveWindowAction.NewLocation will not be supported.

Note: This property is only supported when the PaneToolWindow is hosted in a WPF Window.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also