Class TabStripScrollLayout
Inherited Members
Namespace: Com.Telerik.Android.Primitives.Widget.Tabstrip
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class TabStripScrollLayout : TabStripLayoutBase, ITabStripLayout, IJavaObject, IDisposable, IJavaPeerable
Constructors
TabStripScrollLayout()
Declaration
public TabStripScrollLayout()
TabStripScrollLayout(IntPtr, JniHandleOwnership)
Declaration
protected TabStripScrollLayout(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
HorizontalSelectedMarkerContainerLayoutParams
Declaration
protected virtual FrameLayout.LayoutParams HorizontalSelectedMarkerContainerLayoutParams { get; }
Property Value
Android.Widget.FrameLayout.LayoutParams
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
VerticalSelectedMarkerContainerLayoutParams
Declaration
protected virtual FrameLayout.LayoutParams VerticalSelectedMarkerContainerLayoutParams { get; }
Property Value
Android.Widget.FrameLayout.LayoutParams
|
Methods
CalculateTabWidth()
Declaration
protected virtual int CalculateTabWidth()
Returns
System.Int32
|
OnLayoutModeChanged(TabStripLayoutMode)
Declaration
protected override void OnLayoutModeChanged(TabStripLayoutMode mode)
Parameters
TabStripLayoutMode
mode
|
Overrides
OnTabsAlignmentBottom()
Declaration
protected override void OnTabsAlignmentBottom()
Overrides
OnTabsAlignmentCenter()
Declaration
protected override void OnTabsAlignmentCenter()
Overrides
OnTabsAlignmentLeft()
Declaration
protected override void OnTabsAlignmentLeft()
Overrides
OnTabsAlignmentRight()
Declaration
protected override void OnTabsAlignmentRight()
Overrides
OnTabsAlignmentStretch()
Declaration
protected override void OnTabsAlignmentStretch()
Overrides
OnTabsAlignmentTop()
Declaration
protected override void OnTabsAlignmentTop()
Overrides
ResetTabsLayoutCore()
Declaration
protected override void ResetTabsLayoutCore()
Overrides
SetTabsLayoutParams(LinearLayout.LayoutParams)
Declaration
protected virtual void SetTabsLayoutParams(LinearLayout.LayoutParams params)
Parameters
Android.Widget.LinearLayout.LayoutParams
params
|