
You can enable a horizontal scrollbar for row headers (columns).
- The value specified using .rowHeaderWidth will be used for the total width.
- This option can be combined with row header width auto-fit.
JavaScript
Use rowHeaderScrolling property:
gantt.rowHeaderScrolling = true;
Availability
Availability of this feature in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | ||
| DayPilot for ASP.NET WebForms | ||
| DayPilot for ASP.NET MVC | ||
| DayPilot for Java |
DayPilot