When I look at all Panel values in the tree debug mode, I can see the property "mMeasuredWidth". How can I access this property? I have tried the following:
but it returns 0 (which is not the value shown in the debug tree explorer).
B4X:
Dim jo As JavaObject=myPanel
log(jo.RunMethod("getMeasuredWidth", Null))
but it returns 0 (which is not the value shown in the debug tree explorer).