We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Tab index changes during re-open the project

Hi!!

We are using Syncfusion Tab control for one of our application. The tab index changes when ever re-open the project in Visual Basic.NET 2010.  Is there a method to fix tab indexes?

Kindly help us.

Thank You.

Yours Sincerely
Amirtharaj K

1 Reply

SK Senthil Kumaran Rajan Syncfusion Team January 23, 2017 07:30 AM UTC

Hi Amirtharaj, 
 
Thank you for contacting Syncfusion support. 
 
The TabIndex of the TabControlAdv is not varied while reopening the designer. We have prepared the video for your reference and this can be downloaded from the below location. 
 
 
Could you please check with the above video and confirm whether we have followed the same steps to reproduce the reported issue? If not please share us the steps to reproduce the reported behavior. It will be helpful for us to analyze and provide you a prompt solution as early as possible. 
 
Also could you please confirm whether the SelectedIndex of the tab is varied while closing and reopening the form? If so, this is the default behavior. But we can change the selected index of the tab when reopening the form by adding the below code example in the Form1.Designer.vb.  
 
Code Example[VB]: 
 
'Change the required selected index before opening the form designer 
Me.TabControlAdv1.SelectedIndex = 2 
 
We have prepared a sample and video for your reference and this can be downloaded from the below location. 
 
 
 
Regards, 
Senthil.

Loader.
Live Chat Icon For mobile
Up arrow icon