Hi, I have some problems with WPF Gantt in .Net 5.0.
I load data from mysql. For the selection of different projects I use MultiColumnDropDown. The first project is a project with only 5 hierarchical rows. Gantt grid comes with a vertical scroll bar, Gantt schedule on top with a horizontal scroll bar. If I select another project with more rows, neither Gantt Grid nor Gantt schedule comes with any scroll bar. I am not able to see the last rows at the end of the window or scroll to them. If I then choose the first project again Gantt grid has only the 5 rows as before, But Gantt schedule is as long as by the second selection. Both without any scroll bar. If I change the size of window Gantt schedule has a horizontal scroll bar and has only 5 rows as in the first selection. The vertical scroll bar is missing.
How will I get scroll bars for each number of rows?
Kind regards Joerg