10420 : Hide scroll buttons in Gantt_ASP

Question

I implement myself the Scaling and Dragging – Buttons(JS:__doPostBack(‘gantt’,’Subtract’), JS:__doPostBack(‘gantt’,’scaledec’), etc. ) in my gantt in ASP.NET.

This works fine, now can i hide the arrows in the DateScaler, because they make no sense anymore in my App ?

Answer

In your formLoad you can set Gantt_ASP.Gantt.DateScaler.ScrollButtonsVisible=false and then the buttons will not show in the generated html

 

Leave a Reply