Property VariableSize
VariableSize
Gets or sets if this cell can grow if space is available (true), or if it is static (false)
[JsonProperty(Order = 3)]
public bool VariableSize { get; set; }
Gets or sets if this cell can grow if space is available (true), or if it is static (false)
[JsonProperty(Order = 3)]
public bool VariableSize { get; set; }