I have the following Property description in DesignerProperties of a Custom View
Meaningful values for this property range from 0.001 up to 0.125 with a resolution of at least three decimal places. Unfortunately the the designer rounds the display of any value entered to a single decimal place so in practice it usually ends up displaying "0.0" which is not very helpful as you can't see the current value
Is there a way to increase the displayed resolution of the value?
B4X:
@Property(key="CircleRadius", displayName="Circle Radius", defaultValue="0.003", fieldType="Float", minRange= "0", maxRange = "0.5", description="Factor between 0 and 0.5 of the width of the view if EnableCircleScale is False or of the full image if EnableCircleScale is True"),
Is there a way to increase the displayed resolution of the value?