GridStartOnRowPosition Enumeration
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public enum GridStartOnRowPosition
Public Enumeration GridStartOnRowPosition
type GridStartOnRowPosition
TopRow | 0 |
Will always part on the top row of the grid - if there are no more rows, the rest of the grid will be empty
|
MiddleRow | 1 |
Will try to park on the middle row - if there are no rows after it, it'll park on the last row.
|
MiddleRowNeverBelow | 2 |
Will always part on the middle row - if there are no more rows, the rest of the grid will apear empty
|