Is it possible to change the layout values (left, top, width, height) of a custom view Base panel in B4i? I'm working on a CustomView that adjusts the base panel layout values depending on the value of the customview's designer properties. This works in B4A, but in B4i changing base panel layout values has no effect.
The base size is reset whenever the parent size changes.
See how SearchView is implemented. The views are added to the base parent instead of the base. You should handle the Base_Resize event. The "expected" size is available there.