When adding a panel to a splitter module it is always left aligned.
Is it possible to change the alignment of a panel in a splitter?
Module alignment in splitter
Search
-
- Posts: 2
- Joined: Wed Apr 07, 2021 8:10 am
-
- Posts: 373
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Module alignment in splitter
How would you like to have it aligned?
The only option there is to change the layout seems to be the layout direction.
The only option there is to change the layout seems to be the layout direction.
-
- Posts: 2
- Joined: Wed Apr 07, 2021 8:10 am
Re: Module alignment in splitter
If I don't use a splitter the panel is aligned in the center of the module. However when using a splitter (and two modules), the panel is left aligned in the module.
Re: Module alignment in splitter
Hey,
Did you put a layout in the contained panels? If no, then you cannot guarantee the behavior of embedding them. This is pure luck then that it happens to be center for embedded and left for splitters.
I would advice to always layout embedded modules so you always control their look and feel.
Did you put a layout in the contained panels? If no, then you cannot guarantee the behavior of embedding them. This is pure luck then that it happens to be center for embedded and left for splitters.
I would advice to always layout embedded modules so you always control their look and feel.