For my GanttView, I'm having an issue where the GanttView is defaulting to the MaxHeight property ( which I set through XAML to 700).
But for some datasets, this leaves a bunch of wasted, white space under the last node.
How do I get it such that the height of the GanttView is what is necessary up to a maximum of 700?