Announcement

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

    Buttons side-by-side on a form

    Hi,

    I would like to know what is the best way to insert two buttons side-by-side in the same row in a form.

    Best,
    Michał

    #2
    See the Form Layout overview - note startRow / endRow settings.

    Comment


      #3
      Hi,

      True, true, it works. But is it possible to right-align *both* buttons? Currently one of the buttons is always displayed on the left side of the form (in the column that displays item titles).

      Best,
      Michał

      Comment


        #4
        One option is to add a HLayout (LayoutSpacer, Button1, Button 2) as a CanvasItem.

        Comment


          #5
          True but then the buttons look different.

          I guess I will make a CanvasItem with a DynamicForm of very specific width, and then right-align it...

          Best,
          Michał

          Comment

          Working...
          X