Version

MultiRowSelectionStyle Enumeration

Enumerator used to specify if tab rows are re-arranged when a tab is selected.
Syntax
'Declaration
 
Public Enum MultiRowSelectionStyle 
   Inherits System.Enum
public enum MultiRowSelectionStyle : System.Enum 
Members
MemberDescription
DefaultForStyleA ITabProvider.Style of 'PropertyPage' defaults to ‘SwapRow’. All other styles default to ‘HighlightTab’.
HighlightTabThe selected tab appears normal while all the other tabs are partially alpha-blended out.
ScrollRowThe row that contains the selected tab is scrolled so that it is adjacent to the tab page area but the rows always maintain their relative positions. If the selected tab is on one of the last rows then empty space may be displayed after the last tab row.
ScrollRowWrapThe row that contains the selected tab is scrolled so that it is adjacent to the tab page area but the rows always maintain their relative positions. If the selected tab is on one of the last rows then the rows wrap around to the beginning so that the first row is adjacent to the last row.
SwapRowThe row that contains the selected tab is swapped with the row currently adjacent to the tab page area.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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