RadiantQ Forum
Product => WPF Gantt Package => Topic started by: tim on July 14, 2020, 07:15:48 AM
-
Hello,
we are using the FlexyGantt with RowHeightBinding (from the sample OverlappedTasksChangingRowHeights) and without virtualization.
A while ago one of our customers complained that the gantt only scrolls per item vertically so if there is a row with many overlapping tasks (so that the row is higher than the screen height) they cannot see the tasks at the bottom.
We added VirtualizingPanel.ScrollUnit="Pixel" to the FlexyTable which solved the problem.
We now need to activate virtualization because of severe performance problems but if we activate it (like described in the user guide) the left and right side (tree and gantt control?) get out of sync while scrolling vertically.
It looks like the left side scrolls per pixel while the right side still scrolls per item.
Is this a bug or is there another way to achive the desired behaviour?
I can provide a modified version of the sample ServerStatusWithHugeData if needed.
Best regards
-
Jan,
We are looking on this. It will be more helpful if the reference sample is shared with us.
Thanks,
Raja.
-
Hello,
how can i send you the sample? Unfortunately i cannot attach it here.
Best regards
-
Hi Jan,
Currently there is no option to attach it here. You can send the sample to our support mail - support@radiantq.com
-
Hi Jan,
Thank you for your patience. In the reference sample, the content scrolling (scrolls per item) is enabled by default in the "DataGrid.xaml". You can simply set this "CanContentScroll" value to false like this,
<Setter Property="ScrollViewer.CanContentScroll" Value="False"/>
Note: Currently we don't support Virtualization and Overlapping features together.
Thanks,
Raja.
-
Hi Raja,
thanks for the answer. I did not use ScrollViewer.CanContentScroll in the sample because as far as i know it disables virtualization.
Is it possible to add support for virtualization and overlapping in the future?
Best regards
-
Hi Jan,
We have this feature in our Roadmap, there is a complexity to support both Virtualization and Overlapping feature together. Anyway, we will give our best to support it and update you.
Thanks,
Raja
-
Hi Raja,
is there any timetable for the next release?
Best regards
-
Jan,
We have a plan to release before the end of the year. But we are not sure with the requested feature, will try to include it if possible.
Thanks,
Raja
-
Are there any news about the new release and whether virtualization will be included?
Jan
-
Hi Jan,
We will actually be releasing our jQuery Gantt version this month, and then take up WPF Gantt release, targetting early 2021. We will get back to you at that time about the feature you are requesting as well, confirming if we will include it in the release. Thanks for your patience.