Свойство | Тип | Описание | |
---|---|---|---|
BackingAdaptor | IReorderableListAdaptor |
Метод | Описание | |
---|---|---|
Add ( ) : void | ||
CanDrag ( int index ) : bool | ||
CanRemove ( int index ) : bool | ||
Clear ( ) : void | ||
DrawItem ( |
||
Duplicate ( int index ) : void | ||
GetItemHeight ( int index ) : float | ||
Insert ( int index ) : void | ||
Move ( int sourceIndex, int destIndex ) : void | ||
PageAdaptor ( IReorderableListAdaptor backingAdaptor, int startIndex, int endIndex ) : System | ||
Remove ( int index ) : void |
Метод | Описание | |
---|---|---|
MapIndex ( int index ) : int |
public DrawItem ( |
||
position | ||
index | int | |
Результат | void |
public GetItemHeight ( int index ) : float | ||
index | int | |
Результат | float |
public Move ( int sourceIndex, int destIndex ) : void | ||
sourceIndex | int | |
destIndex | int | |
Результат | void |
public PageAdaptor ( IReorderableListAdaptor backingAdaptor, int startIndex, int endIndex ) : System | ||
backingAdaptor | IReorderableListAdaptor | |
startIndex | int | |
endIndex | int | |
Результат | System |