Property MakeSelectedTabFirst
MakeSelectedTabFirst
Gets or sets a value indicating whether the selected tab should be made the first tab. This property is used in SelectTab(TabControlItem?) method. This property can be useful on mobile devices with limited screen space to ensure that the selected tab is always visible.
public virtual bool MakeSelectedTabFirst { get; set; }