minBarHeight

sets the minimal height of the bar in pixels

number minBarHeight;

Example

webix.ui({
    view: "bullet",
    minBarHeight: 5 });


Default value:

0 Back to top