When setting margins for a component they are set globally
Posted: Fri Feb 12, 2016 2:44 pm
Hello there,
For some reason, whenever I set the margins of a component in code it sets them for all other components with margins - e.g.
This piece of code alone will set the top margin to 8 for alll other components. Can you please rectify this
For some reason, whenever I set the margins of a component in code it sets them for all other components with margins - e.g.
Code: Select all
pageDescription.Margins.Top = 8;