[]
Gets or sets the int value determining the minimal width of slots in TimeLine view. Default value is -1. If this property is set to default value, slot width is determined automatically according to current view settings and style options.
[C1Category("Layout")]
[C1Description("MinSlotWidth", "Determines the minimal width of slots in TimeLine view.")]
public int MinSlotWidth { get; set; }
<C1Category("Layout")>
<C1Description("MinSlotWidth", "Determines the minimal width of slots in TimeLine view.")>
Public Property MinSlotWidth As Integer
The actual width might be bigger depending on used font size.