public Timeline(MultiSessionView msw) { this.msv = msw; ruler = new TimeRuler(); ruler.Parent = this; ruler.Left = 0; ruler.Top = 0; this.AutoScroll = true; this.BackColor = Color.White; }