Hi,
I am implementing a popup with log output. List widget has been chosen to represent the log data. Each message has different height, depending on the content. The problem I have encountered - when I set list’s type height property to auto scrolling does not work, it works fine when height is fixed. See this snippet: http://webix.com/snippet/33c14f95
Is it a bug or a feature? If it is feature is there a way to get scrolling and variable list items height?