C# Class SwippableBottomTabView.Controls.CarouselLayout

Inheritance: Xamarin.Forms.ScrollView
Show file Open project: imgen/XamarinForms.SwippableBottomTabView Class Usage Examples

Public Properties

Property Type Description
ItemsSourceProperty BindableProperty
SelectedIndexProperty BindableProperty
SelectedItemProperty BindableProperty

Public Methods

Method Description
CarouselLayout ( ) : System.Collections

Protected Methods

Method Description
LayoutChildren ( double x, double y, double width, double height ) : void

Private Methods

Method Description
ItemsSourceChanged ( ) : void
ItemsSourceChanging ( ) : void
SelectedItemTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
UpdateSelectedIndex ( ) : void
UpdateSelectedItem ( ) : void

Method Details

CarouselLayout() public method

public CarouselLayout ( ) : System.Collections
return System.Collections

LayoutChildren() protected method

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
return void

Property Details

ItemsSourceProperty public static property

public static BindableProperty ItemsSourceProperty
return BindableProperty

SelectedIndexProperty public static property

public static BindableProperty SelectedIndexProperty
return BindableProperty

SelectedItemProperty public static property

public static BindableProperty SelectedItemProperty
return BindableProperty