Hi Johannes,
the method setAutoRows in GridLayout.java:446 (Version 2.0.0.) takes a Length to set autorows. That means I can’t define MinContent. I do workaround this by having a additional method which does
setAutoRows(Length(minContent.cssValue)). Is this a known shortcomming or did I miss something?
This seems like an API issue to me