
There are a number of XP like grouping controls on CodeProject and elsewhere:
* Just another C# Collapsing Group Control * Windows XP style Collapsible Panel Bar * Office 2003 Line Control * TaskVision
(Please let me know if I missed someone!)
Thanks to all those who wrote those nice controls. All these controls implement a number of features, however no single control implements all those features. So I decided to shamelessly copy their code and "Converge" everything in one! ;-) Also most of them were in C#, so I decided to start with VB.NET for this one. I used VS 2003 but they should work in VS 2002 also.
|