[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.MinAppointmentWidth

MinAppointmentWidth Property

MinAppointmentWidth

Gets or sets the int 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.

Declaration
[C1Category("Layout")]
[C1Description("MinAppointmentWidth", "Determines the minimal width of appointments in TimeLine view.")]
public int MinAppointmentWidth { get; set; }
<C1Category("Layout")>
<C1Description("MinAppointmentWidth", "Determines the minimal width of appointments in TimeLine view.")>
Public Property MinAppointmentWidth As Integer
Remarks

The actual width might be bigger depending on used font size.