Vertical Alignment?

As I learn to use webix, with so many advanced widgets/components/views … I could not find a way to vertically align something in a layout. The way I could achieve vertical alignment was to have empty rows, but I am not too sure if that is the right way to achieve this.

Here is a simple snippet:

http://webix.com/snippet/243d4b5d

What is the Webix way to do vertical alignment?

Thanks

Hi,

You can consider flexbox as a solution.

Thanks Maria, that is a possible solution but not the Webix solution.

I am evaluating Webix as a potential UI library/framework for our application(s). While Webix has some power tools and is an awesome library, we like to remove HTML and CSS to be hand typed. Coming from the Dojo world this is a very trivial yet common feature.

So, I recon we choose to make a component for webix that simply vertically aligns a component, can we extend the webix layout or do we make a “view” or maybe a type?

You can add css property in the template view configuration and add corresponding css rule:

http://webix.com/snippet/4601a51f