RadiantQ Forum

Product => WPF Gantt Package => Topic started by: tim on January 13, 2016, 09:59:06 AM

Title: FlexyGantt: UseChartVirtualization=True => FlexyGantt does not scroll correctly
Post by: tim on January 13, 2016, 09:59:06 AM
Hello.

I tried due to performance reasons to set UseChartVirtualization to "true", but now the left side (resources) and right side (gantt view) are not in sync.
The right side does not move at all, when using the scroll viewer at the left side.

Do I need to do sth. else to make this work properly?

Regards,
Jan
Title: Re: FlexyGantt: UseChartVirtualization=True => FlexyGantt does not scroll correctly
Post by: ForumAdmin on January 13, 2016, 10:37:53 PM
Jan,

Setting UseChartVirtualization to true shouldn't break sync between the grid and the chart. This is set in several of our samples and you shouldn't see this issue there.

For example: FlexyGantt/Misc/PerformanceTestSample.

Can you modify one of our samples to reproduce this issue and then share it with us (email to our support mailbox)?

Thanks
RQ Support
Title: Re: FlexyGantt: UseChartVirtualization=True => FlexyGantt does not scroll correctly
Post by: tim on January 19, 2016, 12:46:14 PM
Hello,

your example works fine. I will try to look further into this to determine what causes the problem in my case. If I can reproduce it with your example, I will get back to you.