columnIndex property

int columnIndex
getter/setter pair

Which sub-column this event occupies within its day-column, and how many sub-columns the day-column is split into. They default to a single full-width column; Manager overwrites them with the day's overlap layout (#20) and then calls relayout.

Implementation

int columnIndex = 0;