GridFixedSize Property

Gets or sets the value determining if this Grid will resize according to it's number of rows, or will remain at it's original height. Only valid when this Grid is used for printing

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool FixedSize { get; set; }

Property Value

Boolean

See Also