Articles in this section
Category / Section

How to persist the tab position when user move the tabs at runtime in WinForms TabControlAdv?

1 min read

Persist the tab position

You can set the PersistState property to true, it helps to load the last modified tab states (Such as tab Position, Tab Label) of the TabControlAdv.

C#

this.tabControlAdv1.PersistTabState = true;

VB

Me.tabControlAdv1.PersistTabState = True

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied