|
Greetings, I'm still struggling with my floating ToolStrips. Now, my goal is to make the ToolStrip adapt when the floating form that contains it is resized. My idea is to mimic the behavior seen in Visual Studio or Office (before ribbonish 2007, of course) floating toolbars, among other examples: as the float-form is shrunk horitzontally, it should grow vertically to make room for the strip's controls; and similar behaviors when resizing in other directions. This isn't too much of an issue on its own, but: how can I make the ToolStrip to use the extra v-space I'm granting to it to render extra rows with controls? Thanks in advance for any answer. Regards, Herenvardö |