11040 : I want to keep the original Height of Some time items…

Question

For the gantrow I have set the property CollisionDetect = True
So on Collision the height of the timeItems are changed (just what I want). But I want to keep the original Height of Some time items because it is another activity. How can I arrange this in VB. Thnx in advance.

Answer

You can set IphGantRow3.CollisionDetectBetweenLayers=false and keep some activities in one layer and the others in another layer.