• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Resizing in ASP.NET MVC Gantt Chart Control

This sample demonstrates the Gantt column resizing feature. Click and drag at the right corner of each column header to resize the column.

DEMO
SOURCE

The Gantt columns can be resized by clicking and dragging at the right corner of columns header. Set the AllowResizing property to true to enable column resizing behavior in Gantt. You can also prevent the resize of a particular column by setting Columns -> AllowResizing to false in columns definition


In this demo, the allowResizing feature has been enabled by setting the AllowResizing property to true. Task Name column can be resized between a range of MinWidth (120 pixels) and MaxWidth (300 pixels). The column resizing has been disabled in the Duration column

More information about column resizing can be found in this documentation section.