Skip to content

UseSplitterTracker Property

Description

The UseSplitterTracker property is used to specify whether a splitter tracker is used when resizing tab groups in the TabWorkspace.

Property Type

  • Read-write property

Syntax (Visual Basic)

Public Property UseSplitterTracker() As Boolean

Remarks

When UseSplitterTracker is true, the SplitterTracker will be used when resizing tab groups in the TabWorkspace. When UseSplitterTracker is false, the tab groups will be resized in "real-time."

To use tab groups in the TabWorkspace, tab groups must be enabled using the EnableGroups method.

Example

This sample illustrates how to use a splitter tracker when resizing tab groups in the TabWorkspace.

CommandBars.TabWorkspace.UseSplitterTracker = True

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.