minHeight of ui.baseview, Properties Webix Docs

StartAPI ReferenceMixinsui.baseviewProperties

sets the minimal height for the view

number minHeight;

Example

webix.ui({
    view:"some",
    minHeight:100
});

Related samples

Details

  • During resizing the view can't take the size lesser than the value of minHeight.
  • If more (free) space is available - the view will take it.

See also

  • API

  • Articles

  • Back to top