' Sets the width of the column to increase or decrease the timeslots in view Me.ultraTimelineView1.ColumnWidth = 120 ' Allow end-users to resize the timeslots in view by dragging the timeslots Header Me.ultraTimelineView1.ColumnSizing = TimelineViewColumnSizing.Header ' Enable end-users to drag Rows thereby changing the Owners in view by dragging the owner Row Me.ultraTimelineView1.OwnerSizing = TimelineViewOwnerSizing.Row