13 lines
134 B
C#
13 lines
134 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Main
|
|||
|
{
|
|||
|
internal enum ScrollDirection : byte
|
|||
|
{
|
|||
|
None,
|
|||
|
Horizontal,
|
|||
|
Vertical,
|
|||
|
Both
|
|||
|
}
|
|||
|
}
|