I have a DrawPane, with a child of a VLayout that will add members at initWidget, which causes the height to grow.
Despite the fact that DrawPane says the overflow is inherited from Canvas and should be "visible" it hides any items beyond 100px.
I can set overflow: "visible" and then it will not hide items beyond 100px, but it won't draw items past 100px.
SmartClient version (available on lower left of Developer Console)
SmartClient Version: v11.0p_2017-02-16/Pro Development Only (built 2017-02-16)
Despite the fact that DrawPane says the overflow is inherited from Canvas and should be "visible" it hides any items beyond 100px.
I can set overflow: "visible" and then it will not hide items beyond 100px, but it won't draw items past 100px.
SmartClient version (available on lower left of Developer Console)
SmartClient Version: v11.0p_2017-02-16/Pro Development Only (built 2017-02-16)
Comment