I was thinking about ways to exploit the flow layout panel control, and I thought about the idea of using this control as a base for a breadcrumb control.
The standard I'm aiming for being the Windows 7 Explorer addressbar/breadcrumb-like.
The benefits is that you can put any control inside it, like drop-down, button - whatever ultimately inherits from the Control class.
I thought of using a stack to keep track of the order and synchronizing the Controls property.
Anyone have some ideas for this project? Is it viable? Anyone have experiences with FlowLayoutPanel, good or bad?