RadiantQ Forum

Product => WPF Gantt Package => Topic started by: tim on December 02, 2021, 11:06:01 AM

Title: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: tim on December 02, 2021, 11:06:01 AM
Hello,

we use a FlexyGantt with special lines (as in the DynamicSpecialLines sample) in a TabControl.

If you scroll through the gantt, the special lines will be updated normally but after the tab is changed and changed back to the tab with the gantt, the updated does not work anymore.

(https://s10.gifyu.com/images/Gantt_Special_Lines_Update29967e32183f156d.gif)

This is easily reproducible by adding a TabControl to the DynamicSpecialLines sample and place the Gantt in one TabItem and add another empty TabItem.

Code: [Select]
   
<TabControl>
    <TabItem Header="Tab with Gantt">
        <gantt:GanttControl x:Name="ganttControl" Grid.Row="1" />
        <!-- FlexyGantt has the same problem -->       
        <!--<fxgantt:FlexyGantt x:Name="ganttControl"
                                Grid.Row="1"
                                TaskStartTimeBinding="{Binding StartTime}"
                                TaskEndTimeBinding="{Binding EndTime}" />-->
        </TabItem>
        <TabItem Header="Empty tab" />
    </TabControl>

Best regards
Title: Re: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: tim on January 17, 2022, 09:30:42 AM
Any progress on this?

Best regards
Title: Re: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: Rajagopal on January 17, 2022, 02:57:18 PM
Hi Jan,

We apologies for the delay. We will take a look at it and update you as soon as possible.


Thanks,
Raja
Title: Re: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: tim on January 31, 2022, 10:01:45 AM
We are still waiting for a fix.

Best regards
Title: Re: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: Rajagopal on February 01, 2022, 09:41:52 AM
Hi Jan,

We are about to share the fixed version to you. Hope you will get an update before EOD.

Thanks,
Raja
Title: Re: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: Rajagopal on February 01, 2022, 05:24:36 PM
Hi Jan, We sent you the latest version that addresses the reported issue to your email id. Please get it and let us know the status.

Thanks
Raja
Title: Re: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: tim on February 07, 2022, 07:48:38 AM
Hi Raja,

the bugfix works, thank you.
Can you please send us the source code and samples of the latest version?


Best regards
Title: Re: Special lines update does not work if FlexyGantt is placed in a TabControl
Post by: Rajagopal on February 09, 2022, 08:42:32 AM
Hi Jan, Thanks for the confirmation. We will email you the latest version.

Thanks,
Raja