|
|
@ -44,5 +44,6 @@ namespace Avalonia.Controls |
|
|
void SelectRangeFromAnchorTo(IndexPath index); |
|
|
void SelectRangeFromAnchorTo(IndexPath index); |
|
|
void SetAnchorIndex(int index); |
|
|
void SetAnchorIndex(int index); |
|
|
void SetAnchorIndex(int groupIndex, int index); |
|
|
void SetAnchorIndex(int groupIndex, int index); |
|
|
|
|
|
IDisposable Update(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|