SfTabView.SelectedIndex stopped working on 17.4.0.47

This simple property tabView.SelectedIndex = 0; stopped working for me.

Could you confirm this is a known issue? or maybe I need to set up another property?

This is how I initialized my tabView:

tabView = new SfTabView(this.ApplicationContext)
                {
                    VisibleHeaderCount = 3,
                    TabHeaderBackgroundColor = Color.LightGray,
                    TabHeight = 40,
                    EnableSwiping = false,
                    OverflowMode = OverflowMode.DropDown,
                    OverflowButtonSettings = new OverflowButtonSettings
                    {
                        BackgroundColor = Color.LightSlateGray,
                        DisplayMode = OverflowButtonDisplayMode.Text,
                        Title = "More...",
                        TitleFontColor = Color.Black
                    }
                };
                tabView.SelectionChanged += tabView_SelectionChanged;

Thank you!

3 Replies

DV Divya Venkatesan Syncfusion Team March 17, 2020 11:14 AM UTC

Hi Renato,    
 
Sorry for the inconvenience caused. 
  
We have fixed the reported issue and created patch which can be downloaded from the below link.  
    
    
Assembly Version: v17.4.0.47   
    
Disclaimer:    
Please note that we have created this patch for the version 17.4.0.47 specifically to resolve the issue reported in this.   
    
Could you please include this patch and check whether the reported issue resolved at your end and revert us so that we will include this fix in our 2020 Volume 1 Main release which is expected to be rolled at the end of March 2020? 
    
Regards,   
Divya Venkatesan   



RW Renato Wong March 18, 2020 05:34 PM UTC

Hello Divya,

I'm happy to inform you that this patch fixed the issue with the tabView.SelectedIndex property.

Thank you for the help!


DV Divya Venkatesan Syncfusion Team March 19, 2020 06:31 AM UTC

Hi Renato,  
  
Thanks for the update. We are glad to know that the given solution works.  
 
Please let us know if you need any further assistance.  
  
Regards,  
Divya Venkatesan 


Loader.
Up arrow icon