ComponentOne Scheduler for WinForms
MinAppointmentWidth Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : MinAppointmentWidth Property
Gets or sets the System.Int32 value determining the minimal width of appointment elements in TimeLine view. Default value is -1. If this property is set to default value, appointment width is determined automatically according to current view settings and style options.
Syntax
'Declaration
 
Public Property MinAppointmentWidth As System.Integer
public System.int MinAppointmentWidth {get; set;}
Remarks
The actual width might be bigger depending on used font size.
See Also

Reference

C1Schedule Class
C1Schedule Members