Announcement

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

    Difference between HLayout and HStack

    Hello there,

    can somebody please explain the difference between the two.i am little confused which one to use when or which is more recommended....

    cheers
    Zolf

    #2
    any help please

    Comment


      #3
      well when I use them
      the VLayout has no "drag margins" and is only one. That is it is a square box on the screen which you can put other widgets in. These widgets align in a vertical manner and one can set margins and spacing for each widget, fixed win this space.

      While stack is a vertical group of widgets, with margins that can be pulled. So the user can move around the sizing later.

      I don't know if they are interchangable, but I bet they are. I intend to use VLayout and HLayout first and later when I have my general screen change a few to stack so the user can lightly modify the space.

      Evan

      Comment


        #4
        thanks a lot

        Comment

        Working...
        X