Announcement

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

    Right Float a ToolStripMenuButton?

    When using a ToolStrip, is it possible to float one of the ToolStripMenuButtons to the right, so as to get a ToolStrip that looks something like this?

    Code:
    +------+------+-------+----------------+---------+
    | File | Edit | Tools |                | Profile |
    +------+------+-------+----------------+---------+
    In this example, the MenuButton labeled "Profile" would be at the right-most position on the toolbar.

    Thanks in advance,

    Solstice

    #2
    Still trying to figure this one out. Any suggestions?

    Comment


      #3
      See ToolStrip.addFill()

      Comment


        #4
        try adding spaceritem of formitem.Set width according to your need.It will only add space.

        Instead of toolstrip button i will suggest you to use simple IButton.

        Comment

        Working...
        X