MindFusion.Wpf Pack Programmer's Guide
TabControl.ScrollOffset Property
See Also
 





Gets or sets the scroll amount when TabLayoutMode is set to Scroll. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public double ScrollOffset { get; set; }

Visual Basic  Copy Code

Public Property ScrollOffset As Double

 Property Value

A double value specifying the offset.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace