Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在水平布局中有许多小部件。我已将对齐设置为垂直中心,因此所有小部件都按比例放置,并且内容边距设置为 (0, 0, 0, 0)。
我想再添加一个与顶部而不是中心对齐的小部件。
有没有办法在同一布局中添加具有不同对齐方式的小部件?
一种解决方案:将最后一个小部件添加到垂直布局并将其对齐到顶部,然后将该垂直布局添加到水平布局。但这增加了一种我认为可以避免的布局。