What is the difference between push, grow, and fill in MigLayout?

后端 未结 2 1903
一向
一向 2021-02-15 11:35

I see that grow and push accept an optional weighting parameter, but apart from that: what is the real difference between grow, fill, and push? The do

2条回答
  •  悲&欢浪女
    2021-02-15 11:53

    push affects only gaps, not elements, as far as I know. If a component is set to fill, this means to set all subcomponents to grow, while grow affects the component directly.

提交回复
热议问题