зеркало из https://github.com/DeGsoft/maui-linux.git
10 строки
122 B
C#
10 строки
122 B
C#
|
namespace Xamarin.Forms
|
|||
|
{
|
|||
|
public enum ScrollToPosition
|
|||
|
{
|
|||
|
MakeVisible = 0,
|
|||
|
Start = 1,
|
|||
|
Center = 2,
|
|||
|
End = 3
|
|||
|
}
|
|||
|
}
|