Skip to main content
A newer version of this page is available. .

TabControlScrollView() Constructor

Initializes a new instance of the TabControlScrollView class.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public TabControlScrollView()

Remarks

Use this constructor to create TabControlScrollView objects at runtime. To apply a scroll view to the DXTabControl, assign the TabControlScrollView object to the tab control’s DXTabControl.View property.

See Also