Visual State Manager in .NET MAUI Tab View Not Useful in windows
I was trying to use sfTabView and set the font color of the selected item through Visual State, which was successfully implemented on Android, but only the first opening is valid on Windows, and it loses effect after clicking on other tabs
I have encountered the same, none of the following styles work:
<Style TargetType="sftab:SfTabItem">
<Setter Property="VisualStateManager.VisualStateGroups">
<VisualStateGroupList>
<VisualStateGroup>
<VisualState x:Name="Normal">
<VisualState.Setters>
<Setter Property="TextColor" Value="Black" />
</VisualState.Setters>
</VisualState>
<VisualState x:Name="Selected">
<VisualState.Setters>
<Setter Property="TextColor" Value="#4E78FE" />
</VisualState.Setters>
</VisualState>
</VisualStateGroup>
</VisualStateGroupList>
</Setter>
</Style>
Hi
We are able to reproduce the reported issue at our end. Currently, we are analyzing root cause for the reported issue and we will let you know the details on October 31, 2023. We appreciate your patience until then.
Regards,
Brundha V
Hi
We have fixed the reported issue "Visual State Manager not updated properly in .NET MAUI Tab View on the Windows". At present, a custom patch has been created for version 23.1.43. We have attached the NuGet file for your convenience.
Please note that we have created this patch for version 23.1.43 specifically to resolve the issue reported in this ticket. If you have received other patches for the same version for other products, please apply all patches in the order received.
Note: Please refer to the below link to apply the custom patch.
https://www.syncfusion.com/kb/6987/how-to-clear-nuget-cache
We will include the fix in our upcoming weekly release on November 14, 2023. We appreciate your patience until then.
Disclaimer: The inclusion of this solution in the weekly release may change due to other factors, including but not limited to QA checks and work reprioritization.
Regards,
Brundha V
Attachment: Syncfusion.Maui.TabView.23.1.43_a6c67a14.zip
Hi,
Sorry for the inconvenience.
We don't have a weekly NuGet release on November 14, 2023 due to the Volume 3 SP1 release. The fix will be included in our Volume 3 SP1 release scheduled for November 17, 2023. We will inform you once volume 3 SP1 released and appreciate your patience until then.
Regards,
Brundha V
Hi,
Sorry for the inconvenience.
We don't have a Volume 3 SP1 release on November 17, 2023, and the Volume 3 SP1 release is tentatively scheduled for next week. The fix will be included in our Volume 3 SP1 release, and we will inform you once Volume 3 SP1 is released. We appreciate your patience until then.
Regards,
Brundha V
Hi,
We are glad to announce that our Essential Studio 2023 Volume 3 Service Pack Release v23.2.4 is rolled out and is available for download under the following link.
We have included the fix for the reported issue "Visual State Manager not updated properly in .NET MAUI Tab View" in our latest NuGet v23.2.4, which is available for download ( https://www.nuget.org/ ). We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Brundha V
- 6 Replies
- 3 Participants
-
?? ? ??
- Oct 24, 2023 12:28 PM UTC
- Nov 20, 2023 11:37 AM UTC