Hi everyone
I creted custom control and there is a strange behavior that I can not solve.
I created this properties:
and when setting the ShowEditor or MultiLine at true, the control not mantein the width.
I checked the width with the log ed value is -1
I not use the
the controls work?! but widht is'nt correct
can tell me why?
thank in advance
I creted custom control and there is a strange behavior that I can not solve.
I created this properties:
B4X:
#DesignerProperty: Key: ShowEditor, DisplayName: Show Editor, FieldType: Boolean, DefaultValue: true
#DesignerProperty: Key: Multilinee, DisplayName: Multi Line, FieldType: Boolean, DefaultValue: true
#DesignerProperty: Key: FieldDescription, DisplayName: Edit Description, FieldType: String, DefaultValue:
and when setting the ShowEditor or MultiLine at true, the control not mantein the width.
I checked the width with the log ed value is -1
I not use the
B4X:
mCtrlNostroRiferimento.Width = pnlDatiTesta.Width
the controls work?! but widht is'nt correct
can tell me why?
thank in advance