Save state when tabtem is changed.


Does Syncfusion TabControlExt  have a property to prevent tabcontrol from recreating its content.

Like Devexpress have "TabContentCacheMode

and Telerik have IsContentPreserved


1 Reply

SN Sudharsan Narayanan Syncfusion Team March 9, 2022 11:20 AM UTC

Hi Fahad, 
 
Yes, we have a “IsDisableUnloadTabItemExtContent” property to prevent the recreating the content in the TabControlExt. So, please find the code snippet and documentation link from the below,

Code Snippet:

 
<syncfusion:TabControlExt IsDisableUnloadTabItemExtContent="True" x:Name="tabControlExt"/> 
 
Regards, 
Sudharsan

Loader.
Up arrow icon