Announcement

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

    Toolstrip in two rows?

    Hi!

    I'm using Toolstrip with lots of ToolstripButtons that don't fit in a single row, so I want to display them in higher Toolstrip that would contain ToolstripButtons in two rows.

    Is that possible to achieve? (SmartGWT 3.1)

    Thx.

    #2
    ToolStrip per se can't show more than one row, but you could use a FlowLayout instead. You would of course lose the space-filling and resizing behaviors of ToolStrip, which don't really make sense with multiple rows of controls.

    Comment


      #3
      Originally posted by Isomorphic View Post
      ToolStrip per se can't show more than one row, but you could use a FlowLayout instead. You would of course lose the space-filling and resizing behaviors of ToolStrip, which don't really make sense with multiple rows of controls.
      Thank you for your advice, I did it that way.

      Comment

      Working...
      X