C# Class demo.TabbyTest3

Inheritance: DataGridCore
Datei anzeigen Open project: zumero/DataGrid Class Usage Examples

Public Properties

Property Type Description
ColumnSizesProperty BindableProperty
FrozenColumnWidthProperty BindableProperty
FrozenRowHeightProperty BindableProperty

Public Methods

Method Description
TabbyTest3 ( ) : System

Protected Methods

Method Description
createCellView ( int cellViewType ) : View
getCellViewTemplateIDForColumn ( int col ) : int
getColumnFullWidth ( int col ) : double
getColumnInnerWidth ( int col ) : double
handleColumnSizePropertyChanged ( object sender, System e ) : void
prepareCellView ( View v, int col, int row ) : void
unprepareCellView ( View v, int col, int row ) : void

Private Methods

Method Description
getCellViewType ( int col, int row ) : int
handleColumnSizesCollectionChanged ( object sender, System e ) : void
handlePropertyChanged ( object sender, System e ) : void

Method Details

TabbyTest3() public method

public TabbyTest3 ( ) : System
return System

createCellView() protected method

protected createCellView ( int cellViewType ) : View
cellViewType int
return Xamarin.Forms.View

getCellViewTemplateIDForColumn() protected method

protected getCellViewTemplateIDForColumn ( int col ) : int
col int
return int

getColumnFullWidth() protected method

protected getColumnFullWidth ( int col ) : double
col int
return double

getColumnInnerWidth() protected method

protected getColumnInnerWidth ( int col ) : double
col int
return double

handleColumnSizePropertyChanged() protected method

protected handleColumnSizePropertyChanged ( object sender, System e ) : void
sender object
e System
return void

prepareCellView() protected method

protected prepareCellView ( View v, int col, int row ) : void
v Xamarin.Forms.View
col int
row int
return void

unprepareCellView() protected method

protected unprepareCellView ( View v, int col, int row ) : void
v Xamarin.Forms.View
col int
row int
return void

Property Details

ColumnSizesProperty public_oe static_oe property

public static BindableProperty ColumnSizesProperty
return BindableProperty

FrozenColumnWidthProperty public_oe static_oe property

public static BindableProperty FrozenColumnWidthProperty
return BindableProperty

FrozenRowHeightProperty public_oe static_oe property

public static BindableProperty FrozenRowHeightProperty
return BindableProperty