HeaderScrollOffset Property
Description
Gets or sets the scroll offset of the tab buttons in the tab header. This indicates how much the tabs have been scrolled by pressing the left "<" and right ">" tab navigation buttons.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property HeaderScrollOffset() As Long
Remarks
The scroll offset indicates how much the tabs in the tab header have been scrolled using the left and right tab navigation buttons.
- The scroll offset starts at zero.
- The offset will remain at zero until there are enough tabs to scroll.
- If the tabs are scrolled, the offset will be a negative number indicating how much the tabs have been scrolled to the right.
When setting the scroll offset: - The number must be <= 0. - You should add or subtract to move left and right. - If set to 0, then the tabs will be reset to their starting position.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.