Try to install
tk:DataField.IsFieldGroup="True"
where tk is the namespace of the toolkit for the DataField; on the parent container of all field labels you must be the same width.
as
<Grid tk:DataField.IsFieldGroup="True">...
This will make the labels the same width as the longest label in the FieldGroup.
source
share