DropView Documentation

Enumeration Balancing

public enum Balancing  

An enum listing available content balancing inside of a drop view.

Enumeration Cases

`default`

case `default`

content is always centered in the overall drop view, by insuring leading and trailing have the same relative width.

compact

case compact

content is not centered, and leading and trailing are not guaranteed to have the same relative width.