Class TabStripOverflowLayout
Inherited Members
Namespace: Com.Telerik.Android.Primitives.Widget.Tabstrip
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class TabStripOverflowLayout : TabStripLayoutBase, ITabStripLayout, View.IOnClickListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
TabStripOverflowLayout()
Declaration
public TabStripOverflowLayout()
TabStripOverflowLayout(IntPtr, JniHandleOwnership)
Declaration
protected TabStripOverflowLayout(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
IsSelectionInPopup
Declaration
protected virtual bool IsSelectionInPopup { get; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
PopupLocation
Declaration
protected virtual Point PopupLocation { get; }
Property Value
Android.Graphics.Point
|
ShowMoreView
Declaration
public virtual View ShowMoreView { get; set; }
Property Value
Android.Views.View
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
AdjustPopupCoordinates(Point)
Declaration
protected virtual Point AdjustPopupCoordinates(Point coordinates)
Parameters
Android.Graphics.Point
coordinates
|
Returns
Android.Graphics.Point
|
GetTabLayoutParams(Int32)
Declaration
protected virtual LinearLayout.LayoutParams GetTabLayoutParams(int tabsCountDiff)
Parameters
System.Int32
tabsCountDiff
|
Returns
Android.Widget.LinearLayout.LayoutParams
|
OnClick(View)
Declaration
public virtual void OnClick(View v)
Parameters
Android.Views.View
v
|
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
UpdateTabsLayoutParams()
Declaration
protected virtual void UpdateTabsLayoutParams()