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.