Dockable container IN c# .NET

Dockable container IN c# .NET

s_abeed
Enthusiast Enthusiast
337 Views
1 Reply
Message 1 of 2

Dockable container IN c# .NET

s_abeed
Enthusiast
Enthusiast

Is there a sample code, implementing the dockable container in C# .NET that I can pick to modify further?

0 Likes
338 Views
1 Reply
Reply (1)
Message 2 of 2

ActivistInvestor
Mentor
Mentor

I'll assume you're referring to the DockableContainer ActiveX control that was commonly used in VBA and Visual Basic long ago, authored by Jorge Lopez.

 

There isn't any need for that in .NET. It includes the PalletSet class which allows you to create dockable UI's easily.

 

You will find a file attached to this post that has an example of its use.

0 Likes