I am trying to use ArcGIS.Desktop.Framework.Controls.DateTimePickerControl in xaml. But control has fixed internal margin of 4. I am not able to remove this margin anyhow. Here is sample code. I have added border to show extra fixed internal margin.
<controls:DateTimePickerControl BorderBrush="Red" BorderThickness="1"/>
