Looking for MDI Manager with tab grouping that allows show and hide of groups?
Posted
by Jeff Lundstrom
on Stack Overflow
See other posts from Stack Overflow
or by Jeff Lundstrom
Published on 2010-03-15T18:36:36Z
Indexed on
2010/03/15
18:39 UTC
Read the original article
Hit count: 373
I am looking for a MDI manager solution that allows documents to be grouped and show/hidden programmaticly. Example, 3 document types, red, yellow and green. When you click a button the MDI manager shows only the red documents by hiding the other 2 types tabs. None of the MDI managers (Actipro, Infragistics, etx) I have looked at can do this. They require all documents to be visible... Anyone know of a good solution for this in C#?
Thanks,
Jeff
© Stack Overflow or respective owner