Version

SplitterResizeMode Enumeration

Determines how XamOutlookBar resizing is performed when the vertical splitter is dragged by the user.
Syntax
'Declaration
 
Public Enum SplitterResizeMode 
   Inherits System.Enum
public enum SplitterResizeMode : System.Enum 
Members
MemberDescription
DeferredThe XamOutlookBar is not resized until the splitter dragging is completed, while an alternate representation of the splitter is displayed and moved while the dragging is in progress.
ImmediateThe XamOutlookBar is resized in real time as the splitter is dragged.
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