vote up 1 vote down star

Does anyone have or know best practices for implementing a custom layout engine in WinForms? I've seen the windowsclient.net link, but it's a bit dated (Sept 2001).

flag

2 Answers

vote up 1 vote down

You can always check out DevExpress Layout Control. It's not free but it is an eye opener.

link|flag
Interesting...I'll play with it and see what I find. – Lurker Indeed Oct 21 '08 at 13:45
vote up 0 vote down

When I tried to do custom layout engine in WinForms, I was blocked by the fact that IArrangedElement interface is internal. It looks stupid, but it seems you can't get layout properties in a uniform way unless you develop System.Windows.Forms itself.

link|flag
Yeah, maybe I'm missing something, but I'm not very impressed with the layout capabilities in WinForms. – Lurker Indeed Oct 14 '08 at 22:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.