10867 : I want to set the minimum value for the column width, hows this possible ???

Question

I want to set the minimum value for the column width, hows this possible  ???

Answer

You can implement this event Gantt.Grid.OnColumnWidthChanged.

This event is fired continuously as the user drags the column divider. Check the column value and if you think it is out of bounds set it within bounds in this event.

Leave a Reply