Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ToolStrip wrapping items

    In my application I want to make ToolStrip wrap items inside, so when I shrink the size of a whole window - Items that are overflowed will now move to next line inside ToolStrip and ToolStrip itself will expand height.

    How to achieve that ?

    #2
    You would need to use a FlowLayout rather than a ToolStrip - it has this behavior.

    Comment


      #3
      Hmmm but I still want to have ToolStrip functionality, look and behavior. What should I do to make FlowLayout looks like ToolStrip and behave like one.

      Comment


        #4
        In terms of basic appearance, you can use standard properties such as applying the same default height and styleName.
        Beyond that, let us know exactly what you're trying to achieve that you're not seeing a straightforward approach for and we can point you in the right direction.

        Comment

        Working...
        X