logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Benbabu  
#1 Posted : Friday, August 16, 2019 9:56:53 AM(UTC)
Benbabu

Rank: Advanced Member

Groups: Registered
Joined: 8/9/2019(UTC)
Posts: 45
India

Thanks: 13 times
Hi ,

I am unable to arrange the views on the board horizontally.
Any new view created is laid out vertically .

Could you pls help ?

Thank you!
epf  
#2 Posted : Friday, August 16, 2019 12:42:15 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
positioning in Seal Report is based on Bootstrap 3 grid,
you can check a sample 10-Container - Grid Layout.srex whhich shows a sample:
if your view is a container, all its children will follow the definition in "Grid Layout" property...

in the sample above, click on the 'Container Blue Border' view, and check the layout definition:
Code:
col-sm-4;(col-sm-4);col-sm-4 text-right;
(col-sm-4);col-sm-4 text-center;(col-sm-4);
col-sm-4;(col-sm-4);col-sm-4 text-right;
col-sm-6;col-sm-6;



It follows the Bootstrap 3 Grid Model (refer to https://getbootstrap.com/docs/3.4/css/#grid).
One row is defined per line, columns are separated by semi-column,
one child view is used per cell sequentially unless the definition is under brackets '()'.


thanks 1 user thanked epf for this useful post.
Benbabu on 8/19/2019(UTC)
Benbabu  
#3 Posted : Tuesday, August 20, 2019 6:01:41 AM(UTC)
Benbabu

Rank: Advanced Member

Groups: Registered
Joined: 8/9/2019(UTC)
Posts: 45
India

Thanks: 13 times
great, thank you!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.