Altaf Ansari

Altaf Ansari

  • 584
  • 1.8k
  • 882.1k

How To Re-Open a Disposed Tab of a TabControl in Winform C#

Jun 24 2017 1:20 AM
I have created a huge form with large number of Controls in a TabControl having 20 Tabs.. In run time its using huge memory, and User Objects gets exceeded its limit of 10000 while opening all the tab pages. i want to dispose last used tab each time while changing the tab, but there is a problem we can't reopen a dispose tab..

Answers (2)