Version 10.2.300 does some customization checks that 10.1.400 did not.
On one form I am getting
"The visible area of the control is in conflict with other controls on the form"
for 10 of the 12 controls I added (5 EpiDateTimeEditors and their associated labels report as conflict, the two GroupBoxes do not)
But they don’t appear to be in conflict.
The above kind of looks like the label 'Start` might overlap with the dte next to it (the control grips overlap). But the position of the label is set by the system when you attach it to a control.
First off, Is this warning something that actually needs fixing?
Secondly, how would I fix this?