ButchersBoy / Dragablz

Dragable and tearable tab control for WPF
http://dragablz.net
MIT License
2.2k stars 323 forks source link

Disposing closed tab #283

Closed feridssejdovic closed 4 months ago

feridssejdovic commented 4 months ago

I cloned the demo solution and I wanted to see how to dispose of the tab which is closed and then I came to this:

Untitled

where simply I added that algo but on closing and opening the same tab my memory is only appending everything from that user control and I get a memory leak.

Untitled 1