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


6 Replies

CA caoyiliang October 25, 2023 02:24 AM UTC

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>



BV Brundha Velusamy Syncfusion Team October 27, 2023 01:15 PM UTC

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



BV Brundha Velusamy Syncfusion Team October 31, 2023 11:26 AM UTC

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


BV Brundha Velusamy Syncfusion Team November 14, 2023 05:00 AM UTC

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



BV Brundha Velusamy Syncfusion Team November 17, 2023 11:28 AM UTC

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



BV Brundha Velusamy Syncfusion Team November 20, 2023 11:37 AM UTC

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.

 

Essential Studio 2023 Volume 3 Service Pack Release v23.2.4 is available for download | Announcements Forums | Syncfusion

 

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


Loader.
Up arrow icon