I have an application where I'd like to create multiple DockPanels at run-time, but I'd like them to all follow the same template.
I've had some success attempting this dynamically (creating the class in pure code) but the lack of designer features is seriously impeding my ability to make it aesthetically pleasing (it also feels like I'm working against the API, which usually means I'm doing something wrong).
p.s. I'm using DevExpress v13.1 and WinForms on the .NET 4.5 Framework