TcxCustomTabControl.ScrollOpposite Property
In This Article
Specifies whether tab rows can be scrolled to the opposite side of a tab control.
#Declaration
Delphi
property ScrollOpposite: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property is obsolete; use the control’s Properties.ScrollOpposite property instead.
See Also