The rowHeaderResizable property (boolean) enables or disables drag-and-drop resizing of the row headers displayed by the JavaScript Gantt Chart.
This property is only applicable when row header scrolling is enabled.
Available since 2025.4.6665.
true
Gantt config:
{
rowHeaderScrolling: true,
rowHeaderResizable: false,
// ...
}