GridStartOnRowPosition Enumeration

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum GridStartOnRowPosition

Members

TopRow0 Will always part on the top row of the grid - if there are no more rows, the rest of the grid will be empty
MiddleRow1 Will try to park on the middle row - if there are no rows after it, it'll park on the last row.
MiddleRowNeverBelow2 Will always part on the middle row - if there are no more rows, the rest of the grid will apear empty

See Also