Its been a while since I did a custom view, and I am trying a (very) complex one...
I would like that when showing the custom view in the visual designer, for it to have default values for common properties ( as oposed to the custom properties)
How can this be achieved?
Custom views are implemented as B4X classes or in a library. A custom view includes a set of properties that can be set from the visual designer. Note that the visual designer will show a box instead of the actual view. Using custom views is very simple. You need to add the class or library to...
Thanks @DonManfred but those are Custom properties....
I need to set common properties like width and height of the base panel...
The custom view I am creating will have a fixed 700x180 size... and I would like to have the base panel in the désigner to reflect that sizing without me forgeting to set it...