I am using a Toolstrip to draw myself a TabStrip where I do not want the items to overflow, but rather shrink-to-fit the available width. Very much like many browsers tabs behave (ex. Chrome).
I know there is a LayoutEngine property which can be overriden, but I have no clue on how to implement this.
Anyone knows how to make the items fit the toolstrips width?