Copy-pasting controls loses properties

When copying and pasting controls like Label, Edit, Button on the same form or onto another form, at least these property settings get lost and have to be manually reset:

  • ElementFont
  • ElementPosition
  • HeightStyle
  • WidthStyle

Is this form.CSSLibrary = cssBootstrap?
If so, these properties are automatically initialized when a new control is created to match the selected CSS library.

Thank you, makes sense.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.