2
Answers

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

Ask a question
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)